Html Css Color HEX #856009 Golden Brown

📋 copy color: '#856009'

red 133 ◦ green 96 ◦ blue 9

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

Shades of Golden Brown #856009

Tints of Golden Brown #856009

RGB

 RED value IS 133 (52.34% from 255) = 55.88%

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

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 55.88%
G = 40.34%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#856009 (or 0x856009) is known color: Golden Brown. HEX triplet: 85, 60 and 09. RGB value is (133,96,9). Sum of RGB (Red+Green+Blue) = 133+96+9=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #856009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856009 is #7A9FF6. Grayscale: #616161. Windows color (decimal): -8036343 or 614533. OLE color: 614533.

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

Color convert

RGB 133 96 9 -
CMYK 0 0.28 0.93 0.48
HSL 42.1º 0.87% 0.28% -
HSV(B) 42.1º 0.93% 0.52% -
XYZ 13.91 13.37 2.11 -
YUV 97.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 133 96 9 0 0.28 0.93 0.48 42.1 0.87 0.28
Hex 85 60 9 0 1C 5D 30 2A 57 1C
Octal 205 140 11 0 34 135 60 52 127 34
Binary 10000101 1100000 1001 0 11100 1011101 110000 101010 1010111 11100

Color Harmonies of #856009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856009

Black with #856009

Text Example


Text Example

White with #856009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856009; }

 p { color: rgb(133,96,9); }

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

background-color css

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

 a { background-color: rgb(133,96,9); }

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

border-color css

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

 span { border-color: rgb(133,96,9); }

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