#892D00

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

Shades of Saddle Brown #892D00

Tints of Saddle Brown #892D00

Color information

#892D00 (or 0x892D00) is unknown color: approx Saddle Brown. HEX triplet: 89, 2D and 00. RGB value is (137,45,0). Sum of RGB (Red+Green+Blue) = 137+45+0=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #892D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892D00 is #76D2FF. Grayscale: #434343. Windows color (decimal): -7787264 or 11657. OLE color: 11657.

HSL color Cylindrical-coordinate representation of color #892D00: hue angle of 19.71º 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 #892D00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137450-
CMYK00.6710.46
HSL19.71º100%26.86%-
HSV(B)19.71º100%53.73%-
XYZ11.257.20.8-
YUV67.3889.98177.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 75.27%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.27%
G=24.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13745000.6710.4619.7110026.86
Hex892D0043642E14641b
Octal2115500103144562414433
Binary10001001101101001000011110010010111010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892D00; }

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

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

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

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

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

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

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

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