#892b00

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

Shades of Saddle Brown #892B00

Tints of Saddle Brown #892B00

Color information

#892B00 (or 0x892B00) is unknown color: approx Saddle Brown. HEX triplet: 89, 2B and 00. RGB value is (137,43,0). Sum of RGB (Red+Green+Blue) = 137+43+0=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #892B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892B00 is #76D4FF. Grayscale: #424242. Windows color (decimal): -7787776 or 11145. OLE color: 11145.

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

Color convert

RGB137430-
CMYK00.6910.46
HSL18.83º100%26.86%-
HSV(B)18.83º100%53.73%-
XYZ11.187.050.77-
YUV66.290.64178.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.11%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.11%
G=23.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13743000.6910.4618.8310026.86
Hex892B0045642E13641b
Octal2115300105144562314433
Binary10001001101011001000101110010010111010011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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