#9A3C12

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

Shades of Saddle Brown #9A3C12

Tints of Saddle Brown #9A3C12

Color information

#9A3C12 (or 0x9A3C12) is unknown color: approx Saddle Brown. HEX triplet: 9A, 3C and 12. RGB value is (154,60,18). Sum of RGB (Red+Green+Blue) = 154+60+18=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3C12 is #65C3ED. Grayscale: #535353. Windows color (decimal): -6669294 or 1195162. OLE color: 1195162.

HSL color Cylindrical-coordinate representation of color #9A3C12: hue angle of 18.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A3C12 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1546018-
CMYK00.610.880.40
HSL18.53º79.07%33.73%-
HSV(B)18.53º88.31%60.39%-
XYZ15.0510.151.74-
YUV83.3291.14178.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.38%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=66.38%
G=25.86%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154601800.610.880.4018.5379.0733.73
Hex9A3C1203D5828134f22
Octal2327422075130502311742
Binary100110101111001001001111011011000101000100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,60,18); }

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

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

 a { background-color: rgb(154,60,18); }

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

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

 span { border-color: rgb(154,60,18); }

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