#9C370F

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

Shades of Saddle Brown #9C370F

Tints of Saddle Brown #9C370F

Color information

#9C370F (or 0x9C370F) is unknown color: approx Saddle Brown. HEX triplet: 9C, 37 and 0F. RGB value is (156,55,15). Sum of RGB (Red+Green+Blue) = 156+55+15=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C370F is #63C8F0. Grayscale: #505050. Windows color (decimal): -6539505 or 997276. OLE color: 997276.

HSL color Cylindrical-coordinate representation of color #9C370F: hue angle of 17.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C370F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1565515-
CMYK00.650.900.39
HSL17.02º82.46%33.53%-
HSV(B)17.02º90.38%61.18%-
XYZ15.169.831.55-
YUV80.6490.96181.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.03%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=69.03%
G=24.34%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156551500.650.900.3917.0282.4633.53
Hex9C37F0415A27115222
Octal23467170101132472112242
Binary100111001101111111010000011011010100111100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,15); }

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

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

 a { background-color: rgb(156,55,15); }

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

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

 span { border-color: rgb(156,55,15); }

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