#9A2900

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

Shades of Saddle Brown #9A2900

Tints of Saddle Brown #9A2900

Color information

#9A2900 (or 0x9A2900) is unknown color: approx Saddle Brown. HEX triplet: 9A, 29 and 00. RGB value is (154,41,0). Sum of RGB (Red+Green+Blue) = 154+41+0=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2900 is #65D6FF. Grayscale: #464646. Windows color (decimal): -6674176 or 10650. OLE color: 10650.

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

Color convert

RGB154410-
CMYK00.7310.40
HSL15.97º100%30.2%-
HSV(B)15.97º100%60.39%-
XYZ14.128.460.89-
YUV70.1188.44187.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 78.97%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.97%
G=21.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15441000.7310.4015.9710030.2
Hex9A290049642810641e
Octal2325100111144502014436
Binary10011010101001001001001110010010100010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,41,0); }

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

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

 a { background-color: rgb(154,41,0); }

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

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

 span { border-color: rgb(154,41,0); }

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