Html Css Color HEX #946311 Golden Brown

📋 copy color: '#946311'

red 148 ◦ green 99 ◦ blue 17

#946311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #946311

Tints of Golden Brown #946311

RGB

 RED value IS 148 (58.2% from 255) = 56.06%

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 56.06%
G = 37.5%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#946311 (or 0x946311) is known color: Golden Brown. HEX triplet: 94, 63 and 11. RGB value is (148,99,17). Sum of RGB (Red+Green+Blue) = 148+99+17=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #946311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946311 is #6B9CEE. Grayscale: #686868. Windows color (decimal): -7052527 or 1139604. OLE color: 1139604.

HSL color Cylindrical-coordinate representation of color #946311: hue angle of 37.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #946311 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 17 -
CMYK 0 0.33 0.89 0.42
HSL 37.56º 0.79% 0.32% -
HSV(B) 37.56º 0.89% 0.58% -
XYZ 16.78 15.26 2.59 -
YUV 104.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 148 99 17 0 0.33 0.89 0.42 37.56 0.79 0.32
Hex 94 63 11 0 21 59 2A 26 4F 20
Octal 224 143 21 0 41 131 52 46 117 40
Binary 10010100 1100011 10001 0 100001 1011001 101010 100110 1001111 100000

Color Harmonies of #946311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946311

Black with #946311

Text Example


Text Example

White with #946311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946311; }

 p { color: rgb(148,99,17); }

 H1.HeaderClassName
 {
   color: #946311;
 }
 .AnyTagClassName
 {
   color: #946311;
 }
</style>

background-color css

<style>
 a { background-color: #946311; }

 a { background-color: rgb(148,99,17); }

 div.DivClassName
 {
   background-color: #946311;
 }
 .BgClassName
 {
   background-color: #946311;
 }
</style>

border-color css

<style>
 span { border-color: #946311; }

 span { border-color: rgb(148,99,17); }

 td.TdClassName
 {
   border-color: #946311;
 }
 .TagClassName
 {
   border-color: #946311;
 }
</style>