#892800

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

Shades of Saddle Brown #892800

Tints of Saddle Brown #892800

Color information

#892800 (or 0x892800) is unknown color: approx Saddle Brown. HEX triplet: 89, 28 and 00. RGB value is (137,40,0). Sum of RGB (Red+Green+Blue) = 137+40+0=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #892800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892800 is #76D7FF. Grayscale: #404040. Windows color (decimal): -7788544 or 10377. OLE color: 10377.

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

Color convert

RGB137400-
CMYK00.7110.46
HSL17.52º100%26.86%-
HSV(B)17.52º100%53.73%-
XYZ11.086.840.74-
YUV64.4491.64179.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.40%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.40%
G=22.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13740000.7110.4617.5210026.86
Hex89280047642E12641b
Octal2115000107144562214433
Binary10001001101000001000111110010010111010010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892800; }

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

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

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

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

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

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

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

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