#894314

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

Shades of Saddle Brown #894314

Tints of Saddle Brown #894314

Color information

#894314 (or 0x894314) is unknown color: approx Saddle Brown. HEX triplet: 89, 43 and 14. RGB value is (137,67,20). Sum of RGB (Red+Green+Blue) = 137+67+20=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #894314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894314 is #76BCEB. Grayscale: #525252. Windows color (decimal): -7781612 or 1328009. OLE color: 1328009.

HSL color Cylindrical-coordinate representation of color #894314: hue angle of 24.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #894314 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1376720-
CMYK00.510.850.46
HSL24.1º74.52%30.78%-
HSV(B)24.1º85.4%53.73%-
XYZ12.459.381.82-
YUV82.5792.69166.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.16%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=61.16%
G=29.91%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137672000.510.850.4624.174.5230.78
Hex894314033552E184b1f
Octal21110324063125563011337
Binary100010011000011101000110011101010110111011000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894314; }

 p { color: rgb(137,67,20); }

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

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

 a { background-color: rgb(137,67,20); }

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

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

 span { border-color: rgb(137,67,20); }

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