#993608

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

Shades of Saddle Brown #993608

Tints of Saddle Brown #993608

Color information

#993608 (or 0x993608) is unknown color: approx Saddle Brown. HEX triplet: 99, 36 and 08. RGB value is (153,54,8). Sum of RGB (Red+Green+Blue) = 153+54+8=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #993608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993608 is #66C9F7. Grayscale: #4E4E4E. Windows color (decimal): -6736376 or 538265. OLE color: 538265.

HSL color Cylindrical-coordinate representation of color #993608: hue angle of 19.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #993608 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB153548-
CMYK00.650.950.4
HSL19.03º90.06%31.57%-
HSV(B)19.03º94.77%60%-
XYZ14.59.431.29-
YUV78.3688.3181.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=71.16%
G=25.12%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15354800.650.950.419.0390.0631.57
Hex993680415F28135a20
Octal23166100101137502313240
Binary100110011101101000010000011011111101000100111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993608; }

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

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

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

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

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

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

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

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