#9A471A

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

Shades of Saddle Brown #9A471A

Tints of Saddle Brown #9A471A

Color information

#9A471A (or 0x9A471A) is unknown color: approx Saddle Brown. HEX triplet: 9A, 47 and 1A. RGB value is (154,71,26). Sum of RGB (Red+Green+Blue) = 154+71+26=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A471A is #65B8E5. Grayscale: #5A5A5A. Windows color (decimal): -6666470 or 1722266. OLE color: 1722266.

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

Color convert

RGB1547126-
CMYK00.540.830.40
HSL21.09º71.11%35.29%-
HSV(B)21.09º83.12%60.39%-
XYZ15.7711.452.36-
YUV90.6991.5173.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=61.35%
G=28.29%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154712600.540.830.4021.0971.1135.29
Hex9A471A0365328154723
Octal23210732066123502510743
Binary1001101010001111101001101101010011101000101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,26); }

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

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

 a { background-color: rgb(154,71,26); }

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

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

 span { border-color: rgb(154,71,26); }

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