#895E05

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

Shades of Golden Brown #895E05

Tints of Golden Brown #895E05

Color information

#895E05 (or 0x895E05) is unknown color: approx Golden Brown. HEX triplet: 89, 5E and 05. RGB value is (137,94,5). Sum of RGB (Red+Green+Blue) = 137+94+5=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #895E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895E05 is #76A1FA. Grayscale: #616161. Windows color (decimal): -7774715 or 351881. OLE color: 351881.

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

Color convert

RGB137945-
CMYK00.310.960.46
HSL40.45º92.96%27.84%-
HSV(B)40.45º96.35%53.73%-
XYZ14.3513.331.96-
YUV96.7176.25156.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=58.05%
G=39.83%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13794500.310.960.4640.4592.9627.84
Hex895E501F602E285d1c
Octal2111365037140565013534
Binary1000100110111101010111111100000101110101000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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