Html Css Color HEX #895802 Golden Brown

📋 copy color: '#895802'

red 137 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #895802

Tints of Golden Brown #895802

RGB

 RED value IS 137 (53.91% from 255) = 60.35%

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 60.35%
G = 38.77%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895802 (or 0x895802) is known color: Golden Brown. HEX triplet: 89, 58 and 02. RGB value is (137,88,2). Sum of RGB (Red+Green+Blue) = 137+88+2=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #895802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895802 is #76A7FD. Grayscale: #5D5D5D. Windows color (decimal): -7776254 or 153737. OLE color: 153737.

HSL color Cylindrical-coordinate representation of color #895802: hue angle of 38.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #895802 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 2 -
CMYK 0 0.36 0.99 0.46
HSL 38.22º 0.97% 0.27% -
HSV(B) 38.22º 0.99% 0.54% -
XYZ 13.82 12.3 1.7 -
YUV 92.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 137 88 2 0 0.36 0.99 0.46 38.22 0.97 0.27
Hex 89 58 2 0 24 63 2E 26 61 1B
Octal 211 130 2 0 44 143 56 46 141 33
Binary 10001001 1011000 10 0 100100 1100011 101110 100110 1100001 11011

Color Harmonies of #895802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895802

Black with #895802

Text Example


Text Example

White with #895802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895802; }

 p { color: rgb(137,88,2); }

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

background-color css

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

 a { background-color: rgb(137,88,2); }

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

border-color css

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

 span { border-color: rgb(137,88,2); }

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