#9C380F

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

Shades of Saddle Brown #9C380F

Tints of Saddle Brown #9C380F

Color information

#9C380F (or 0x9C380F) is unknown color: approx Saddle Brown. HEX triplet: 9C, 38 and 0F. RGB value is (156,56,15). Sum of RGB (Red+Green+Blue) = 156+56+15=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C380F is #63C7F0. Grayscale: #515151. Windows color (decimal): -6539249 or 997532. OLE color: 997532.

HSL color Cylindrical-coordinate representation of color #9C380F: hue angle of 17.45º 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 #9C380F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1565615-
CMYK00.640.900.39
HSL17.45º82.46%33.53%-
HSV(B)17.45º90.38%61.18%-
XYZ15.219.931.57-
YUV81.2390.63181.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.72%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=68.72%
G=24.67%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156561500.640.900.3917.4582.4633.53
Hex9C38F0405A27115222
Octal23470170100132472112242
Binary100111001110001111010000001011010100111100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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