Html Css Color HEX #885900 Golden Brown

📋 copy color: '#885900'

red 136 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #885900

Tints of Golden Brown #885900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

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

R = 60.44%
G = 39.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#885900 (or 0x885900) is known color: Golden Brown. HEX triplet: 88, 59 and 00. RGB value is (136,89,0). Sum of RGB (Red+Green+Blue) = 136+89+0=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #885900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885900 is #77A6FF. Grayscale: #5D5D5D. Windows color (decimal): -7841536 or 22920. OLE color: 22920.

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

Color convert

RGB 136 89 0 -
CMYK 0 0.35 1 0.47
HSL 39.26º 1% 0.27% -
HSV(B) 39.26º 1% 0.53% -
XYZ 13.73 12.38 1.67 -
YUV 92.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 136 89 0 0 0.35 1 0.47 39.26 1 0.27
Hex 88 59 0 0 23 64 2F 27 64 1B
Octal 210 131 0 0 43 144 57 47 144 33
Binary 10001000 1011001 0 0 100011 1100100 101111 100111 1100100 11011

Color Harmonies of #885900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885900

Black with #885900

Text Example


Text Example

White with #885900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885900; }

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

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

background-color css

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

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

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

border-color css

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

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

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