Html Css Color HEX #886202 Golden Brown

📋 copy color: '#886202'

red 136 ◦ green 98 ◦ blue 2

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

Shades of Golden Brown #886202

Tints of Golden Brown #886202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

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

R = 57.63%
G = 41.53%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886202 (or 0x886202) is known color: Golden Brown. HEX triplet: 88, 62 and 02. RGB value is (136,98,2). Sum of RGB (Red+Green+Blue) = 136+98+2=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #886202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886202 is #779DFD. Grayscale: #626262. Windows color (decimal): -7839230 or 156296. OLE color: 156296.

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

Color convert

RGB 136 98 2 -
CMYK 0 0.28 0.99 0.47
HSL 42.99º 0.97% 0.27% -
HSV(B) 42.99º 0.99% 0.53% -
XYZ 14.53 13.97 1.99 -
YUV 98.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 136 98 2 0 0.28 0.99 0.47 42.99 0.97 0.27
Hex 88 62 2 0 1C 63 2F 2B 61 1B
Octal 210 142 2 0 34 143 57 53 141 33
Binary 10001000 1100010 10 0 11100 1100011 101111 101011 1100001 11011

Color Harmonies of #886202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886202

Black with #886202

Text Example


Text Example

White with #886202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886202; }

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

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

background-color css

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

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

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

border-color css

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

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

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