#992801

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

Shades of Saddle Brown #992801

Tints of Saddle Brown #992801

Color information

#992801 (or 0x992801) is unknown color: approx Saddle Brown. HEX triplet: 99, 28 and 01. RGB value is (153,40,1). Sum of RGB (Red+Green+Blue) = 153+40+1=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #992801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992801 is #66D7FE. Grayscale: #454545. Windows color (decimal): -6739967 or 75929. OLE color: 75929.

HSL color Cylindrical-coordinate representation of color #992801: hue angle of 15.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #992801 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153401-
CMYK00.740.990.4
HSL15.39º98.7%30.2%-
HSV(B)15.39º99.35%60%-
XYZ13.98.290.9-
YUV69.3489.44187.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.87%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=78.87%
G=20.62%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15340100.740.990.415.3998.730.2
Hex9928104A6328f631e
Octal2315010112143501714336
Binary1001100110100010100101011000111010001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992801; }

 p { color: rgb(153,40,1); }

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

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

 a { background-color: rgb(153,40,1); }

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

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

 span { border-color: rgb(153,40,1); }

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