#994200

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

Shades of Saddle Brown #994200

Tints of Saddle Brown #994200

Color information

#994200 (or 0x994200) is unknown color: approx Saddle Brown. HEX triplet: 99, 42 and 00. RGB value is (153,66,0). Sum of RGB (Red+Green+Blue) = 153+66+0=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #994200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994200 is #66BDFF. Grayscale: #545454. Windows color (decimal): -6733312 or 17049. OLE color: 17049.

HSL color Cylindrical-coordinate representation of color #994200: hue angle of 25.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #994200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153660-
CMYK00.5710.4
HSL25.88º100%30%-
HSV(B)25.88º100%60%-
XYZ15.0910.671.26-
YUV84.4980.32176.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.86%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.86%
G=30.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15366000.5710.425.8810030
Hex9942003964281a641e
Octal2311020071144503214436
Binary10011001100001000111001110010010100011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994200; }

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

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

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

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

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

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

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

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