Html Css Color HEX #885E02 Golden Brown

📋 copy color: '#885E02'

red 136 ◦ green 94 ◦ blue 2

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

Shades of Golden Brown #885E02

Tints of Golden Brown #885E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

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

R = 58.62%
G = 40.52%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885E02 (or 0x885E02) is known color: Golden Brown. HEX triplet: 88, 5E and 02. RGB value is (136,94,2). Sum of RGB (Red+Green+Blue) = 136+94+2=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #885E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E02 is #77A1FD. Grayscale: #606060. Windows color (decimal): -7840254 or 155272. OLE color: 155272.

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

Color convert

RGB 136 94 2 -
CMYK 0 0.31 0.99 0.47
HSL 41.19º 0.97% 0.27% -
HSV(B) 41.19º 0.99% 0.53% -
XYZ 14.17 13.24 1.87 -
YUV 96.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 136 94 2 0 0.31 0.99 0.47 41.19 0.97 0.27
Hex 88 5E 2 0 1F 63 2F 29 61 1B
Octal 210 136 2 0 37 143 57 51 141 33
Binary 10001000 1011110 10 0 11111 1100011 101111 101001 1100001 11011

Color Harmonies of #885E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E02

Black with #885E02

Text Example


Text Example

White with #885E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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