Html Css Color HEX #886502 Golden Brown

📋 copy color: '#886502'

red 136 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #886502

Tints of Golden Brown #886502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

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

R = 56.9%
G = 42.26%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886502 (or 0x886502) is known color: Golden Brown. HEX triplet: 88, 65 and 02. RGB value is (136,101,2). Sum of RGB (Red+Green+Blue) = 136+101+2=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #886502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886502 is #779AFD. Grayscale: #646464. Windows color (decimal): -7838462 or 157064. OLE color: 157064.

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

Color convert

RGB 136 101 2 -
CMYK 0 0.26 0.99 0.47
HSL 44.33º 0.97% 0.27% -
HSV(B) 44.33º 0.99% 0.53% -
XYZ 14.82 14.55 2.08 -
YUV 100.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 136 101 2 0 0.26 0.99 0.47 44.33 0.97 0.27
Hex 88 65 2 0 1A 63 2F 2C 61 1B
Octal 210 145 2 0 32 143 57 54 141 33
Binary 10001000 1100101 10 0 11010 1100011 101111 101100 1100001 11011

Color Harmonies of #886502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886502

Black with #886502

Text Example


Text Example

White with #886502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886502; }

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

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

background-color css

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

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

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

border-color css

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

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

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