#895E0F

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

Shades of Golden Brown #895E0F

Tints of Golden Brown #895E0F

Color information

#895E0F (or 0x895E0F) is unknown color: approx Golden Brown. HEX triplet: 89, 5E and 0F. RGB value is (137,94,15). Sum of RGB (Red+Green+Blue) = 137+94+15=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #895E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895E0F is #76A1F0. Grayscale: #626262. Windows color (decimal): -7774705 or 1007241. OLE color: 1007241.

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

Color convert

RGB1379415-
CMYK00.310.890.46
HSL38.85º80.26%29.8%-
HSV(B)38.85º89.05%53.73%-
XYZ14.4113.362.27-
YUV97.8581.25155.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=55.69%
G=38.21%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137941500.310.890.4638.8580.2629.8
Hex895EF01F592E27501e
Octal21113617037131564712036
Binary10001001101111011110111111011001101110100111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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