Html Css Color HEX #886500 Golden Brown

📋 copy color: '#886500'

red 136 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #886500

Tints of Golden Brown #886500

RGB

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

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

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

R = 57.38%
G = 42.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886500 (or 0x886500) is known color: Golden Brown. HEX triplet: 88, 65 and 00. RGB value is (136,101,0). Sum of RGB (Red+Green+Blue) = 136+101+0=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #886500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886500 is #779AFF. Grayscale: #646464. Windows color (decimal): -7838464 or 25992. OLE color: 25992.

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

Color convert

RGB 136 101 0 -
CMYK 0 0.26 1 0.47
HSL 44.56º 1% 0.27% -
HSV(B) 44.56º 1% 0.53% -
XYZ 14.81 14.54 2.03 -
YUV 99.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 136 101 0 0 0.26 1 0.47 44.56 1 0.27
Hex 88 65 0 0 1A 64 2F 2D 64 1B
Octal 210 145 0 0 32 144 57 55 144 33
Binary 10001000 1100101 0 0 11010 1100100 101111 101101 1100100 11011

Color Harmonies of #886500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886500

Black with #886500

Text Example


Text Example

White with #886500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886500; }

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

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

background-color css

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

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

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

border-color css

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

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

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