#893A01

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

Shades of Saddle Brown #893A01

Tints of Saddle Brown #893A01

Color information

#893A01 (or 0x893A01) is unknown color: approx Saddle Brown. HEX triplet: 89, 3A and 01. RGB value is (137,58,1). Sum of RGB (Red+Green+Blue) = 137+58+1=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #893A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A01 is #76C5FE. Grayscale: #4B4B4B. Windows color (decimal): -7783935 or 80521. OLE color: 80521.

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

Color convert

RGB137581-
CMYK00.580.990.46
HSL25.15º98.55%27.06%-
HSV(B)25.15º99.27%53.73%-
XYZ11.848.351.02-
YUV75.1286.17172.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.90%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=69.90%
G=29.59%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13758100.580.990.4625.1598.5527.06
Hex893A103A632E19631b
Octal211721072143563114333
Binary1000100111101010111010110001110111011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A01; }

 p { color: rgb(137,58,1); }

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

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

 a { background-color: rgb(137,58,1); }

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

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

 span { border-color: rgb(137,58,1); }

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