#993600

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

Shades of Saddle Brown #993600

Tints of Saddle Brown #993600

Color information

#993600 (or 0x993600) is unknown color: approx Saddle Brown. HEX triplet: 99, 36 and 00. RGB value is (153,54,0). Sum of RGB (Red+Green+Blue) = 153+54+0=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #993600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993600 is #66C9FF. Grayscale: #4D4D4D. Windows color (decimal): -6736384 or 13977. OLE color: 13977.

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

Color convert

RGB153540-
CMYK00.6510.4
HSL21.18º100%30%-
HSV(B)21.18º100%60%-
XYZ14.469.411.05-
YUV77.4484.3181.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15354000.6510.421.1810030
Hex99360041642815641e
Octal2316600101144502514436
Binary10011001110110001000001110010010100010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993600; }

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

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

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

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

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

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

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

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