Html Css Color HEX #846008 Golden Brown

📋 copy color: '#846008'

red 132 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #846008

Tints of Golden Brown #846008

RGB

 RED value IS 132 (51.95% from 255) = 55.93%

 GREEN value IS 96 (37.89% from 255) = 40.68%

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 55.93%
G = 40.68%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#846008 (or 0x846008) is known color: Golden Brown. HEX triplet: 84, 60 and 08. RGB value is (132,96,8). Sum of RGB (Red+Green+Blue) = 132+96+8=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #846008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846008 is #7B9FF7. Grayscale: #616161. Windows color (decimal): -8101880 or 548996. OLE color: 548996.

HSL color Cylindrical-coordinate representation of color #846008: hue angle of 42.58º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #846008 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 8 -
CMYK 0 0.27 0.94 0.48
HSL 42.58º 0.89% 0.27% -
HSV(B) 42.58º 0.94% 0.52% -
XYZ 13.74 13.29 2.07 -
YUV 96.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 132 96 8 0 0.27 0.94 0.48 42.58 0.89 0.27
Hex 84 60 8 0 1B 5E 30 2B 59 1B
Octal 204 140 10 0 33 136 60 53 131 33
Binary 10000100 1100000 1000 0 11011 1011110 110000 101011 1011001 11011

Color Harmonies of #846008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846008

Black with #846008

Text Example


Text Example

White with #846008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846008; }

 p { color: rgb(132,96,8); }

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

background-color css

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

 a { background-color: rgb(132,96,8); }

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

border-color css

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

 span { border-color: rgb(132,96,8); }

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