#9F3424

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

Shades of Brown #9F3424

Tints of Brown #9F3424

Color information

#9F3424 (or 0x9F3424) is unknown color: approx Brown. HEX triplet: 9F, 34 and 24. RGB value is (159,52,36). Sum of RGB (Red+Green+Blue) = 159+52+36=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3424 is #60CBDB. Grayscale: #525252. Windows color (decimal): -6343644 or 2372767. OLE color: 2372767.

HSL color Cylindrical-coordinate representation of color #9F3424: hue angle of 7.8º 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 #9F3424 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB1595236-
CMYK00.670.770.38
HSL7.8º63.08%38.24%-
HSV(B)7.8º77.36%62.35%-
XYZ15.849.952.76-
YUV82.17101.95182.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.37%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=64.37%
G=21.05%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159523600.670.770.387.863.0838.24
Hex9F34240434D2683f26
Octal2376444010311546107746
Binary100111111101001001000100001110011011001101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,36); }

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

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

 a { background-color: rgb(159,52,36); }

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

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

 span { border-color: rgb(159,52,36); }

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