#993E02

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

Shades of Saddle Brown #993E02

Tints of Saddle Brown #993E02

Color information

#993E02 (or 0x993E02) is unknown color: approx Saddle Brown. HEX triplet: 99, 3E and 02. RGB value is (153,62,2). Sum of RGB (Red+Green+Blue) = 153+62+2=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #993E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E02 is #66C1FD. Grayscale: #525252. Windows color (decimal): -6734334 or 147097. OLE color: 147097.

HSL color Cylindrical-coordinate representation of color #993E02: hue angle of 23.84º 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 #993E02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153622-
CMYK00.590.990.4
HSL23.84º97.42%30.39%-
HSV(B)23.84º98.69%60%-
XYZ14.8710.221.25-
YUV82.3782.65178.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=70.51%
G=28.57%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15362200.590.990.423.8497.4230.39
Hex993E203B632818611e
Octal231762073143503014136
Binary10011001111110100111011110001110100011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993E02; }

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

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

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

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

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

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

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

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