Html Css Color HEX #885B02 Golden Brown

📋 copy color: '#885B02'

red 136 ◦ green 91 ◦ blue 2

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

Shades of Golden Brown #885B02

Tints of Golden Brown #885B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.74%

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

R = 59.39%
G = 39.74%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885B02 (or 0x885B02) is known color: Golden Brown. HEX triplet: 88, 5B and 02. RGB value is (136,91,2). Sum of RGB (Red+Green+Blue) = 136+91+2=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B02 is #77A4FD. Grayscale: #5E5E5E. Windows color (decimal): -7841022 or 154504. OLE color: 154504.

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

Color convert

RGB 136 91 2 -
CMYK 0 0.33 0.99 0.47
HSL 39.85º 0.97% 0.27% -
HSV(B) 39.85º 0.99% 0.53% -
XYZ 13.91 12.72 1.78 -
YUV 94.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 136 91 2 0 0.33 0.99 0.47 39.85 0.97 0.27
Hex 88 5B 2 0 21 63 2F 28 61 1B
Octal 210 133 2 0 41 143 57 50 141 33
Binary 10001000 1011011 10 0 100001 1100011 101111 101000 1100001 11011

Color Harmonies of #885B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B02

Black with #885B02

Text Example


Text Example

White with #885B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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