Html Css Color HEX #885B10 Golden Brown

📋 copy color: '#885B10'

red 136 ◦ green 91 ◦ blue 16

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

Shades of Golden Brown #885B10

Tints of Golden Brown #885B10

RGB

 RED value IS 136 (53.52% from 255) = 55.97%

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 55.97%
G = 37.45%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#885B10 (or 0x885B10) is known color: Golden Brown. HEX triplet: 88, 5B and 10. RGB value is (136,91,16). Sum of RGB (Red+Green+Blue) = 136+91+16=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #885B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B10 is #77A4EF. Grayscale: #606060. Windows color (decimal): -7841008 or 1072008. OLE color: 1072008.

HSL color Cylindrical-coordinate representation of color #885B10: hue angle of 37.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #885B10 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 16 -
CMYK 0 0.33 0.88 0.47
HSL 37.5º 0.79% 0.3% -
HSV(B) 37.5º 0.88% 0.53% -
XYZ 13.99 12.75 2.21 -
YUV 95.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 136 91 16 0 0.33 0.88 0.47 37.5 0.79 0.3
Hex 88 5B 10 0 21 58 2F 26 4F 1E
Octal 210 133 20 0 41 130 57 46 117 36
Binary 10001000 1011011 10000 0 100001 1011000 101111 100110 1001111 11110

Color Harmonies of #885B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B10

Black with #885B10

Text Example


Text Example

White with #885B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885B10; }

 p { color: rgb(136,91,16); }

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

background-color css

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

 a { background-color: rgb(136,91,16); }

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

border-color css

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

 span { border-color: rgb(136,91,16); }

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