#893C03

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

Shades of Saddle Brown #893C03

Tints of Saddle Brown #893C03

Color information

#893C03 (or 0x893C03) is unknown color: approx Saddle Brown. HEX triplet: 89, 3C and 03. RGB value is (137,60,3). Sum of RGB (Red+Green+Blue) = 137+60+3=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #893C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C03 is #76C3FC. Grayscale: #4C4C4C. Windows color (decimal): -7783421 or 212105. OLE color: 212105.

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

Color convert

RGB137603-
CMYK00.560.980.46
HSL25.52º95.71%27.45%-
HSV(B)25.52º97.81%53.73%-
XYZ11.958.561.11-
YUV76.5286.51171.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 3 (1.56% from 255) = 1.5%
R=68.5%
G=30%
B=1.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13760300.560.980.4625.5295.7127.45
Hex893C3038622E1a601b
Octal211743070142563214033
Binary10001001111100110111000110001010111011010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,60,3); }

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

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

 a { background-color: rgb(137,60,3); }

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

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

 span { border-color: rgb(137,60,3); }

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