#99420A

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

Shades of Saddle Brown #99420A

Tints of Saddle Brown #99420A

Color information

#99420A (or 0x99420A) is unknown color: approx Saddle Brown. HEX triplet: 99, 42 and 0A. RGB value is (153,66,10). Sum of RGB (Red+Green+Blue) = 153+66+10=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #99420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99420A is #66BDF5. Grayscale: #555555. Windows color (decimal): -6733302 or 672409. OLE color: 672409.

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

Color convert

RGB1536610-
CMYK00.570.930.4
HSL23.5º87.73%31.96%-
HSV(B)23.5º93.46%60%-
XYZ15.1410.691.55-
YUV85.6385.32176.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.81%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=66.81%
G=28.82%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153661000.570.930.423.587.7331.96
Hex9942A0395D28175820
Octal23110212071135502713040
Binary100110011000010101001110011011101101000101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99420A; }

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

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

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

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

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

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

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

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