#894B00

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

Shades of Saddle Brown #894B00

Tints of Saddle Brown #894B00

Color information

#894B00 (or 0x894B00) is unknown color: approx Saddle Brown. HEX triplet: 89, 4B and 00. RGB value is (137,75,0). Sum of RGB (Red+Green+Blue) = 137+75+0=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #894B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894B00 is #76B4FF. Grayscale: #555555. Windows color (decimal): -7779584 or 19337. OLE color: 19337.

HSL color Cylindrical-coordinate representation of color #894B00: hue angle of 32.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #894B00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137750-
CMYK00.4510.46
HSL32.85º100%26.86%-
HSV(B)32.85º100%53.73%-
XYZ12.8310.351.32-
YUV84.9980.04165.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.62%
G=35.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13775000.4510.4632.8510026.86
Hex894B002D642E21641b
Octal2111130055144564114433
Binary100010011001011001011011100100101110100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B00; }

 p { color: rgb(137,75,0); }

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

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

 a { background-color: rgb(137,75,0); }

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

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

 span { border-color: rgb(137,75,0); }

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