#992D00

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

Shades of Saddle Brown #992D00

Tints of Saddle Brown #992D00

Color information

#992D00 (or 0x992D00) is unknown color: approx Saddle Brown. HEX triplet: 99, 2D and 00. RGB value is (153,45,0). Sum of RGB (Red+Green+Blue) = 153+45+0=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #992D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D00 is #66D2FF. Grayscale: #484848. Windows color (decimal): -6738688 or 11673. OLE color: 11673.

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

Color convert

RGB153450-
CMYK00.7110.4
HSL17.65º100%30%-
HSV(B)17.65º100%60%-
XYZ14.088.650.93-
YUV72.1687.28185.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 77.27%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.27%
G=22.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15345000.7110.417.6510030
Hex992D0047642812641e
Octal2315500107144502214436
Binary10011001101101001000111110010010100010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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