Html Css Color HEX #895A08 Golden Brown

📋 copy color: '#895A08'

red 137 ◦ green 90 ◦ blue 8

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

Shades of Golden Brown #895A08

Tints of Golden Brown #895A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 58.3%
G = 38.3%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#895A08 (or 0x895A08) is known color: Golden Brown. HEX triplet: 89, 5A and 08. RGB value is (137,90,8). Sum of RGB (Red+Green+Blue) = 137+90+8=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #895A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A08 is #76A5F7. Grayscale: #5F5F5F. Windows color (decimal): -7775736 or 547465. OLE color: 547465.

HSL color Cylindrical-coordinate representation of color #895A08: hue angle of 38.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #895A08 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 90 8 -
CMYK 0 0.34 0.94 0.46
HSL 38.14º 0.89% 0.28% -
HSV(B) 38.14º 0.94% 0.54% -
XYZ 14.02 12.65 1.93 -
YUV 94.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 137 90 8 0 0.34 0.94 0.46 38.14 0.89 0.28
Hex 89 5A 8 0 22 5E 2E 26 59 1C
Octal 211 132 10 0 42 136 56 46 131 34
Binary 10001001 1011010 1000 0 100010 1011110 101110 100110 1011001 11100

Color Harmonies of #895A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A08

Black with #895A08

Text Example


Text Example

White with #895A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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