#9A421B

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

Shades of Saddle Brown #9A421B

Tints of Saddle Brown #9A421B

Color information

#9A421B (or 0x9A421B) is unknown color: approx Saddle Brown. HEX triplet: 9A, 42 and 1B. RGB value is (154,66,27). Sum of RGB (Red+Green+Blue) = 154+66+27=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A421B is #65BDE4. Grayscale: #585858. Windows color (decimal): -6667749 or 1786522. OLE color: 1786522.

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

Color convert

RGB1546627-
CMYK00.570.820.40
HSL18.43º70.17%35.49%-
HSV(B)18.43º82.47%60.39%-
XYZ15.4710.852.31-
YUV87.8793.65175.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.35%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=62.35%
G=26.72%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154662700.570.820.4018.4370.1735.49
Hex9A421B0395228124623
Octal23210233071122502210643
Binary1001101010000101101101110011010010101000100101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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