#993602

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

Shades of Saddle Brown #993602

Tints of Saddle Brown #993602

Color information

#993602 (or 0x993602) is unknown color: approx Saddle Brown. HEX triplet: 99, 36 and 02. RGB value is (153,54,2). Sum of RGB (Red+Green+Blue) = 153+54+2=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #993602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993602 is #66C9FD. Grayscale: #4D4D4D. Windows color (decimal): -6736382 or 145049. OLE color: 145049.

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

Color convert

RGB153542-
CMYK00.650.990.4
HSL20.66º97.42%30.39%-
HSV(B)20.66º98.69%60%-
XYZ14.479.421.11-
YUV77.6785.3181.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=73.21%
G=25.84%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15354200.650.990.420.6697.4230.39
Hex99362041632815611e
Octal2316620101143502514136
Binary100110011101101001000001110001110100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993602; }

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

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

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

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

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

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

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

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