Html Css Color HEX #895602 Golden Brown

📋 copy color: '#895602'

red 137 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #895602

Tints of Golden Brown #895602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

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

R = 60.89%
G = 38.22%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895602 (or 0x895602) is known color: Golden Brown. HEX triplet: 89, 56 and 02. RGB value is (137,86,2). Sum of RGB (Red+Green+Blue) = 137+86+2=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #895602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895602 is #76A9FD. Grayscale: #5C5C5C. Windows color (decimal): -7776766 or 153225. OLE color: 153225.

HSL color Cylindrical-coordinate representation of color #895602: hue angle of 37.33º 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 #895602 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 86 2 -
CMYK 0 0.37 0.99 0.46
HSL 37.33º 0.97% 0.27% -
HSV(B) 37.33º 0.99% 0.54% -
XYZ 13.66 11.98 1.65 -
YUV 91.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 137 86 2 0 0.37 0.99 0.46 37.33 0.97 0.27
Hex 89 56 2 0 25 63 2E 25 61 1B
Octal 211 126 2 0 45 143 56 45 141 33
Binary 10001001 1010110 10 0 100101 1100011 101110 100101 1100001 11011

Color Harmonies of #895602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895602

Black with #895602

Text Example


Text Example

White with #895602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895602; }

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

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

background-color css

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

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

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

border-color css

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

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

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