#9C390A

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

Shades of Saddle Brown #9C390A

Tints of Saddle Brown #9C390A

Color information

#9C390A (or 0x9C390A) is unknown color: approx Saddle Brown. HEX triplet: 9C, 39 and 0A. RGB value is (156,57,10). Sum of RGB (Red+Green+Blue) = 156+57+10=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C390A is #63C6F5. Grayscale: #515151. Windows color (decimal): -6538998 or 670108. OLE color: 670108.

HSL color Cylindrical-coordinate representation of color #9C390A: hue angle of 19.32º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C390A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1565710-
CMYK00.630.940.39
HSL19.32º87.95%32.55%-
HSV(B)19.32º93.59%61.18%-
XYZ15.2310.021.42-
YUV81.2487.8181.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.96%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=69.96%
G=25.56%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156571000.630.940.3919.3287.9532.55
Hex9C39A03F5E27135821
Octal2347112077136472313041
Binary10011100111001101001111111011110100111100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,10); }

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

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

 a { background-color: rgb(156,57,10); }

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

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

 span { border-color: rgb(156,57,10); }

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