#9A400E

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

Shades of Saddle Brown #9A400E

Tints of Saddle Brown #9A400E

Color information

#9A400E (or 0x9A400E) is unknown color: approx Saddle Brown. HEX triplet: 9A, 40 and 0E. RGB value is (154,64,14). Sum of RGB (Red+Green+Blue) = 154+64+14=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A400E is #65BFF1. Grayscale: #555555. Windows color (decimal): -6668274 or 934042. OLE color: 934042.

HSL color Cylindrical-coordinate representation of color #9A400E: hue angle of 21.43º 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 #9A400E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1546414-
CMYK00.580.910.40
HSL21.43º83.33%32.94%-
HSV(B)21.43º90.91%60.39%-
XYZ15.2410.571.65-
YUV85.2187.82177.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.38%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 14 (5.86% from 255) = 6.03%
R=66.38%
G=27.59%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154641400.580.910.4021.4383.3332.94
Hex9A40E03A5B28155321
Octal23210016072133502512341
Binary100110101000000111001110101011011101000101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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