#9A420E

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

Shades of Saddle Brown #9A420E

Tints of Saddle Brown #9A420E

Color information

#9A420E (or 0x9A420E) is unknown color: approx Saddle Brown. HEX triplet: 9A, 42 and 0E. RGB value is (154,66,14). Sum of RGB (Red+Green+Blue) = 154+66+14=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A420E is #65BDF1. Grayscale: #565656. Windows color (decimal): -6667762 or 934554. OLE color: 934554.

HSL color Cylindrical-coordinate representation of color #9A420E: hue angle of 22.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A420E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1546614-
CMYK00.570.910.40
HSL22.29º83.33%32.94%-
HSV(B)22.29º90.91%60.39%-
XYZ15.3510.81.69-
YUV86.3887.15176.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.81%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=65.81%
G=28.21%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154661400.570.910.4022.2983.3332.94
Hex9A42E0395B28165321
Octal23210216071133502612341
Binary100110101000010111001110011011011101000101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A420E; }

 p { color: rgb(154,66,14); }

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

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

 a { background-color: rgb(154,66,14); }

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

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

 span { border-color: rgb(154,66,14); }

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