Html Css Color HEX #885C12 Golden Brown

📋 copy color: '#885C12'

red 136 ◦ green 92 ◦ blue 18

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

Shades of Golden Brown #885C12

Tints of Golden Brown #885C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.4%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 55.28%
G = 37.4%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#885C12 (or 0x885C12) is known color: Golden Brown. HEX triplet: 88, 5C and 12. RGB value is (136,92,18). Sum of RGB (Red+Green+Blue) = 136+92+18=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #885C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C12 is #77A3ED. Grayscale: #616161. Windows color (decimal): -7840750 or 1203336. OLE color: 1203336.

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

Color convert

RGB 136 92 18 -
CMYK 0 0.32 0.87 0.47
HSL 37.63º 0.77% 0.3% -
HSV(B) 37.63º 0.87% 0.53% -
XYZ 14.09 12.93 2.33 -
YUV 96.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 136 92 18 0 0.32 0.87 0.47 37.63 0.77 0.3
Hex 88 5C 12 0 20 57 2F 26 4D 1E
Octal 210 134 22 0 40 127 57 46 115 36
Binary 10001000 1011100 10010 0 100000 1010111 101111 100110 1001101 11110

Color Harmonies of #885C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C12

Black with #885C12

Text Example


Text Example

White with #885C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,18); }

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

background-color css

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

 a { background-color: rgb(136,92,18); }

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

border-color css

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

 span { border-color: rgb(136,92,18); }

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