#895B05

Color #895B05 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #895B05

Tints of Golden Brown #895B05

Color information

#895B05 (or 0x895B05) is unknown color: approx Golden Brown. HEX triplet: 89, 5B and 05. RGB value is (137,91,5). Sum of RGB (Red+Green+Blue) = 137+91+5=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895B05 is #76A4FA. Grayscale: #5F5F5F. Windows color (decimal): -7775483 or 351113. OLE color: 351113.

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

Color convert

RGB137915-
CMYK00.340.960.46
HSL39.09º92.96%27.84%-
HSV(B)39.09º96.35%53.73%-
XYZ14.0912.811.87-
YUV94.9577.24157.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 5 (2.34% from 255) = 2.15%
R=58.80%
G=39.06%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13791500.340.960.4639.0992.9627.84
Hex895B5022602E275d1c
Octal2111335042140564713534
Binary10001001101101110101000101100000101110100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,91,5); }

 H1.HeaderClassName
 {
   color: #895B05;
 }
 .AnyTagClassName
 {
   color: #895B05;
 }
</style>
background-color css

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

 a { background-color: rgb(137,91,5); }

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

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

 span { border-color: rgb(137,91,5); }

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