Html Css Color HEX #885F00 Golden Brown

📋 copy color: '#885F00'

red 136 ◦ green 95 ◦ blue 0

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

Shades of Golden Brown #885F00

Tints of Golden Brown #885F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

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

R = 58.87%
G = 41.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#885F00 (or 0x885F00) is known color: Golden Brown. HEX triplet: 88, 5F and 00. RGB value is (136,95,0). Sum of RGB (Red+Green+Blue) = 136+95+0=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #885F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F00 is #77A0FF. Grayscale: #606060. Windows color (decimal): -7840000 or 24456. OLE color: 24456.

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

Color convert

RGB 136 95 0 -
CMYK 0 0.30 1 0.47
HSL 41.91º 1% 0.27% -
HSV(B) 41.91º 1% 0.53% -
XYZ 14.25 13.42 1.84 -
YUV 96.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 136 95 0 0 0.30 1 0.47 41.91 1 0.27
Hex 88 5F 0 0 1E 64 2F 2A 64 1B
Octal 210 137 0 0 36 144 57 52 144 33
Binary 10001000 1011111 0 0 11110 1100100 101111 101010 1100100 11011

Color Harmonies of #885F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F00

Black with #885F00

Text Example


Text Example

White with #885F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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