Html Css Color HEX #886012 Golden Brown

📋 copy color: '#886012'

red 136 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #886012

Tints of Golden Brown #886012

RGB

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

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

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

R = 54.4%
G = 38.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#886012 (or 0x886012) is known color: Golden Brown. HEX triplet: 88, 60 and 12. RGB value is (136,96,18). Sum of RGB (Red+Green+Blue) = 136+96+18=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #886012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886012 is #779FED. Grayscale: #636363. Windows color (decimal): -7839726 or 1204360. OLE color: 1204360.

HSL color Cylindrical-coordinate representation of color #886012: hue angle of 39.66º 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 #886012 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 18 -
CMYK 0 0.29 0.87 0.47
HSL 39.66º 0.77% 0.3% -
HSV(B) 39.66º 0.87% 0.53% -
XYZ 14.45 13.64 2.44 -
YUV 99.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 136 96 18 0 0.29 0.87 0.47 39.66 0.77 0.3
Hex 88 60 12 0 1D 57 2F 28 4D 1E
Octal 210 140 22 0 35 127 57 50 115 36
Binary 10001000 1100000 10010 0 11101 1010111 101111 101000 1001101 11110

Color Harmonies of #886012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886012

Black with #886012

Text Example


Text Example

White with #886012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886012; }

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

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

background-color css

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

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

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

border-color css

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

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

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