#994202

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

Shades of Saddle Brown #994202

Tints of Saddle Brown #994202

Color information

#994202 (or 0x994202) is unknown color: approx Saddle Brown. HEX triplet: 99, 42 and 02. RGB value is (153,66,2). Sum of RGB (Red+Green+Blue) = 153+66+2=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #994202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994202 is #66BDFD. Grayscale: #555555. Windows color (decimal): -6733310 or 148121. OLE color: 148121.

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

Color convert

RGB153662-
CMYK00.570.990.4
HSL25.43º97.42%30.39%-
HSV(B)25.43º98.69%60%-
XYZ15.110.671.32-
YUV84.7281.32176.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=69.23%
G=29.86%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15366200.570.990.425.4397.4230.39
Hex99422039632819611e
Octal2311022071143503114136
Binary100110011000010100111001110001110100011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994202; }

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

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

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

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

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

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

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

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