Html Css Color HEX #895A02 Golden Brown

📋 copy color: '#895A02'

red 137 ◦ green 90 ◦ blue 2

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

Shades of Golden Brown #895A02

Tints of Golden Brown #895A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

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

R = 59.83%
G = 39.3%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895A02 (or 0x895A02) is known color: Golden Brown. HEX triplet: 89, 5A and 02. RGB value is (137,90,2). Sum of RGB (Red+Green+Blue) = 137+90+2=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #895A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A02 is #76A5FD. Grayscale: #5E5E5E. Windows color (decimal): -7775742 or 154249. OLE color: 154249.

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

Color convert

RGB 137 90 2 -
CMYK 0 0.34 0.99 0.46
HSL 39.11º 0.97% 0.27% -
HSV(B) 39.11º 0.99% 0.54% -
XYZ 13.98 12.64 1.76 -
YUV 94.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 137 90 2 0 0.34 0.99 0.46 39.11 0.97 0.27
Hex 89 5A 2 0 22 63 2E 27 61 1B
Octal 211 132 2 0 42 143 56 47 141 33
Binary 10001001 1011010 10 0 100010 1100011 101110 100111 1100001 11011

Color Harmonies of #895A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A02

Black with #895A02

Text Example


Text Example

White with #895A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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