Html Css Color HEX #85600B Golden Brown

📋 copy color: '#85600B'

red 133 ◦ green 96 ◦ blue 11

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

Shades of Golden Brown #85600B

Tints of Golden Brown #85600B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 55.42%
G = 40%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85600B (or 0x85600B) is known color: Golden Brown. HEX triplet: 85, 60 and 0B. RGB value is (133,96,11). Sum of RGB (Red+Green+Blue) = 133+96+11=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #85600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85600B is #7A9FF4. Grayscale: #616161. Windows color (decimal): -8036341 or 745605. OLE color: 745605.

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

Color convert

RGB 133 96 11 -
CMYK 0 0.28 0.92 0.48
HSL 41.8º 0.85% 0.28% -
HSV(B) 41.8º 0.92% 0.52% -
XYZ 13.92 13.38 2.17 -
YUV 97.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 133 96 11 0 0.28 0.92 0.48 41.8 0.85 0.28
Hex 85 60 B 0 1C 5C 30 2A 55 1C
Octal 205 140 13 0 34 134 60 52 125 34
Binary 10000101 1100000 1011 0 11100 1011100 110000 101010 1010101 11100

Color Harmonies of #85600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85600B

Black with #85600B

Text Example


Text Example

White with #85600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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