Html Css Color HEX #886200 Golden Brown

📋 copy color: '#886200'

red 136 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #886200

Tints of Golden Brown #886200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.12%
G = 41.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886200 (or 0x886200) is known color: Golden Brown. HEX triplet: 88, 62 and 00. RGB value is (136,98,0). Sum of RGB (Red+Green+Blue) = 136+98+0=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #886200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886200 is #779DFF. Grayscale: #626262. Windows color (decimal): -7839232 or 25224. OLE color: 25224.

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

Color convert

RGB 136 98 0 -
CMYK 0 0.28 1 0.47
HSL 43.24º 1% 0.27% -
HSV(B) 43.24º 1% 0.53% -
XYZ 14.52 13.97 1.93 -
YUV 98.19 72.59 154.97 -
System Red Green Blue C M Y K H S L
Decimal 136 98 0 0 0.28 1 0.47 43.24 1 0.27
Hex 88 62 0 0 1C 64 2F 2B 64 1B
Octal 210 142 0 0 34 144 57 53 144 33
Binary 10001000 1100010 0 0 11100 1100100 101111 101011 1100100 11011

Color Harmonies of #886200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886200

Black with #886200

Text Example


Text Example

White with #886200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886200; }

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

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

background-color css

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

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

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

border-color css

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

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

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