#9D3224

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

Shades of Brown #9D3224

Tints of Brown #9D3224

Color information

#9D3224 (or 0x9D3224) is unknown color: approx Brown. HEX triplet: 9D, 32 and 24. RGB value is (157,50,36). Sum of RGB (Red+Green+Blue) = 157+50+36=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3224 is #62CDDB. Grayscale: #505050. Windows color (decimal): -6475228 or 2372253. OLE color: 2372253.

HSL color Cylindrical-coordinate representation of color #9D3224: hue angle of 6.94º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D3224 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB1575036-
CMYK00.680.770.38
HSL6.94º62.69%37.84%-
HSV(B)6.94º77.07%61.57%-
XYZ15.369.582.71-
YUV80.4102.95182.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.61%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 36 (14.45% from 255) = 14.81%
R=64.61%
G=20.58%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157503600.680.770.386.9462.6937.84
Hex9D32240444D2673f26
Octal235624401041154677746
Binary10011101110010100100010001001001101100110111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,50,36); }

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

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

 a { background-color: rgb(157,50,36); }

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

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

 span { border-color: rgb(157,50,36); }

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