#9D3120

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

Shades of Brown #9D3120

Tints of Brown #9D3120

Color information

#9D3120 (or 0x9D3120) is unknown color: approx Brown. HEX triplet: 9D, 31 and 20. RGB value is (157,49,32). Sum of RGB (Red+Green+Blue) = 157+49+32=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3120 is #62CEDF. Grayscale: #4F4F4F. Windows color (decimal): -6475488 or 2109853. OLE color: 2109853.

HSL color Cylindrical-coordinate representation of color #9D3120: hue angle of 8.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D3120 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1574932-
CMYK00.690.800.38
HSL8.16º66.14%37.06%-
HSV(B)8.16º79.62%61.57%-
XYZ15.269.472.39-
YUV79.35101.28183.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.97%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=65.97%
G=20.59%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157493200.690.800.388.1666.1437.06
Hex9D3120045502684225
Octal23561400105120461010245
Binary1001110111000110000001000101101000010011010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,49,32); }

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

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

 a { background-color: rgb(157,49,32); }

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

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

 span { border-color: rgb(157,49,32); }

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