Html Css Color HEX #886804 Golden Brown

📋 copy color: '#886804'

red 136 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #886804

Tints of Golden Brown #886804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 55.74%
G = 42.62%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#886804 (or 0x886804) is known color: Golden Brown. HEX triplet: 88, 68 and 04. RGB value is (136,104,4). Sum of RGB (Red+Green+Blue) = 136+104+4=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886804 is #7797FB. Grayscale: #666666. Windows color (decimal): -7837692 or 288904. OLE color: 288904.

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

Color convert

RGB 136 104 4 -
CMYK 0 0.24 0.97 0.47
HSL 45.45º 0.94% 0.27% -
HSV(B) 45.45º 0.97% 0.53% -
XYZ 15.13 15.14 2.24 -
YUV 102.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 136 104 4 0 0.24 0.97 0.47 45.45 0.94 0.27
Hex 88 68 4 0 18 61 2F 2D 5E 1B
Octal 210 150 4 0 30 141 57 55 136 33
Binary 10001000 1101000 100 0 11000 1100001 101111 101101 1011110 11011

Color Harmonies of #886804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886804

Black with #886804

Text Example


Text Example

White with #886804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886804; }

 p { color: rgb(136,104,4); }

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

background-color css

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

 a { background-color: rgb(136,104,4); }

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

border-color css

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

 span { border-color: rgb(136,104,4); }

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