#993F02

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

Shades of Saddle Brown #993F02

Tints of Saddle Brown #993F02

Color information

#993F02 (or 0x993F02) is unknown color: approx Saddle Brown. HEX triplet: 99, 3F and 02. RGB value is (153,63,2). Sum of RGB (Red+Green+Blue) = 153+63+2=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #993F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F02 is #66C0FD. Grayscale: #535353. Windows color (decimal): -6734078 or 147353. OLE color: 147353.

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

Color convert

RGB153632-
CMYK00.590.990.4
HSL24.24º97.42%30.39%-
HSV(B)24.24º98.69%60%-
XYZ14.9310.331.26-
YUV82.9682.32177.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=70.18%
G=28.90%
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
Decimal15363200.590.990.424.2497.4230.39
Hex993F203B632818611e
Octal231772073143503014136
Binary10011001111111100111011110001110100011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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