Html Css Color HEX #885F02 Golden Brown

📋 copy color: '#885F02'

red 136 ◦ green 95 ◦ blue 2

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

Shades of Golden Brown #885F02

Tints of Golden Brown #885F02

RGB

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

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

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

R = 58.37%
G = 40.77%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885F02 (or 0x885F02) is known color: Golden Brown. HEX triplet: 88, 5F and 02. RGB value is (136,95,2). Sum of RGB (Red+Green+Blue) = 136+95+2=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #885F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F02 is #77A0FD. Grayscale: #616161. Windows color (decimal): -7839998 or 155528. OLE color: 155528.

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

Color convert

RGB 136 95 2 -
CMYK 0 0.30 0.99 0.47
HSL 41.64º 0.97% 0.27% -
HSV(B) 41.64º 0.99% 0.53% -
XYZ 14.26 13.42 1.9 -
YUV 96.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 136 95 2 0 0.30 0.99 0.47 41.64 0.97 0.27
Hex 88 5F 2 0 1E 63 2F 2A 61 1B
Octal 210 137 2 0 36 143 57 52 141 33
Binary 10001000 1011111 10 0 11110 1100011 101111 101010 1100001 11011

Color Harmonies of #885F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F02

Black with #885F02

Text Example


Text Example

White with #885F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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