#993808

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

Shades of Saddle Brown #993808

Tints of Saddle Brown #993808

Color information

#993808 (or 0x993808) is unknown color: approx Saddle Brown. HEX triplet: 99, 38 and 08. RGB value is (153,56,8). Sum of RGB (Red+Green+Blue) = 153+56+8=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #993808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993808 is #66C7F7. Grayscale: #4F4F4F. Windows color (decimal): -6735864 or 538777. OLE color: 538777.

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

Color convert

RGB153568-
CMYK00.630.950.4
HSL19.86º90.06%31.57%-
HSV(B)19.86º94.77%60%-
XYZ14.599.621.32-
YUV79.5387.64180.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=70.51%
G=25.81%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15356800.630.950.419.8690.0631.57
Hex9938803F5F28145a20
Octal2317010077137502413240
Binary10011001111000100001111111011111101000101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993808; }

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

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

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

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

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

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

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

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