Html Css Color HEX #886802 Golden Brown

📋 copy color: '#886802'

red 136 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #886802

Tints of Golden Brown #886802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 56.2%
G = 42.98%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886802 (or 0x886802) is known color: Golden Brown. HEX triplet: 88, 68 and 02. RGB value is (136,104,2). Sum of RGB (Red+Green+Blue) = 136+104+2=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #886802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886802 is #7797FD. Grayscale: #666666. Windows color (decimal): -7837694 or 157832. OLE color: 157832.

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

Color convert

RGB 136 104 2 -
CMYK 0 0.24 0.99 0.47
HSL 45.67º 0.97% 0.27% -
HSV(B) 45.67º 0.99% 0.53% -
XYZ 15.11 15.14 2.18 -
YUV 101.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 136 104 2 0 0.24 0.99 0.47 45.67 0.97 0.27
Hex 88 68 2 0 18 63 2F 2E 61 1B
Octal 210 150 2 0 30 143 57 56 141 33
Binary 10001000 1101000 10 0 11000 1100011 101111 101110 1100001 11011

Color Harmonies of #886802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886802

Black with #886802

Text Example


Text Example

White with #886802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886802; }

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

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

background-color css

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

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

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

border-color css

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

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

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