Html Css Color HEX #886010 Golden Brown

📋 copy color: '#886010'

red 136 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #886010

Tints of Golden Brown #886010

RGB

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

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

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

R = 54.84%
G = 38.71%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#886010 (or 0x886010) is known color: Golden Brown. HEX triplet: 88, 60 and 10. RGB value is (136,96,16). Sum of RGB (Red+Green+Blue) = 136+96+16=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #886010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886010 is #779FEF. Grayscale: #636363. Windows color (decimal): -7839728 or 1073288. OLE color: 1073288.

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

Color convert

RGB 136 96 16 -
CMYK 0 0.29 0.88 0.47
HSL 40º 0.79% 0.3% -
HSV(B) 40º 0.88% 0.53% -
XYZ 14.43 13.64 2.36 -
YUV 98.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 136 96 16 0 0.29 0.88 0.47 40 0.79 0.3
Hex 88 60 10 0 1D 58 2F 28 4F 1E
Octal 210 140 20 0 35 130 57 50 117 36
Binary 10001000 1100000 10000 0 11101 1011000 101111 101000 1001111 11110

Color Harmonies of #886010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886010

Black with #886010

Text Example


Text Example

White with #886010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886010; }

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

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

background-color css

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

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

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

border-color css

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

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

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