Html Css Color HEX #886408 Golden Brown

📋 copy color: '#886408'

red 136 ◦ green 100 ◦ blue 8

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

Shades of Golden Brown #886408

Tints of Golden Brown #886408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

 BLUE value IS 8 (3.52% from 255) = 3.28%

R = 55.74%
G = 40.98%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#886408 (or 0x886408) is known color: Golden Brown. HEX triplet: 88, 64 and 08. RGB value is (136,100,8). Sum of RGB (Red+Green+Blue) = 136+100+8=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886408 is #779BF7. Grayscale: #646464. Windows color (decimal): -7838712 or 550024. OLE color: 550024.

HSL color Cylindrical-coordinate representation of color #886408: hue angle of 43.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #886408 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 8 -
CMYK 0 0.26 0.94 0.47
HSL 43.13º 0.89% 0.28% -
HSV(B) 43.13º 0.94% 0.53% -
XYZ 14.75 14.37 2.23 -
YUV 100.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 136 100 8 0 0.26 0.94 0.47 43.13 0.89 0.28
Hex 88 64 8 0 1A 5E 2F 2B 59 1C
Octal 210 144 10 0 32 136 57 53 131 34
Binary 10001000 1100100 1000 0 11010 1011110 101111 101011 1011001 11100

Color Harmonies of #886408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886408

Black with #886408

Text Example


Text Example

White with #886408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886408; }

 p { color: rgb(136,100,8); }

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

background-color css

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

 a { background-color: rgb(136,100,8); }

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

border-color css

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

 span { border-color: rgb(136,100,8); }

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