#893D06

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

Shades of Saddle Brown #893D06

Tints of Saddle Brown #893D06

Color information

#893D06 (or 0x893D06) is unknown color: approx Saddle Brown. HEX triplet: 89, 3D and 06. RGB value is (137,61,6). Sum of RGB (Red+Green+Blue) = 137+61+6=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #893D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D06 is #76C2F9. Grayscale: #4D4D4D. Windows color (decimal): -7783162 or 408969. OLE color: 408969.

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

Color convert

RGB137616-
CMYK00.550.960.46
HSL25.19º91.61%28.04%-
HSV(B)25.19º95.62%53.73%-
XYZ12.028.671.21-
YUV77.4587.68170.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=67.16%
G=29.90%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13761600.550.960.4625.1991.6128.04
Hex893D6037602E195c1c
Octal211756067140563113434
Binary100010011111011100110111110000010111011001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,61,6); }

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

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

 a { background-color: rgb(137,61,6); }

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

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

 span { border-color: rgb(137,61,6); }

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