#9F2520

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

Shades of Brown #9F2520

Tints of Brown #9F2520

Color information

#9F2520 (or 0x9F2520) is unknown color: approx Brown. HEX triplet: 9F, 25 and 20. RGB value is (159,37,32). Sum of RGB (Red+Green+Blue) = 159+37+32=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2520 is #60DADF. Grayscale: #494949. Windows color (decimal): -6347488 or 2106783. OLE color: 2106783.

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

Color convert

RGB1593732-
CMYK00.770.800.38
HSL2.36º66.49%37.45%-
HSV(B)2.36º79.87%62.35%-
XYZ15.228.82.26-
YUV72.91104.92189.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.74%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=69.74%
G=16.23%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159373200.770.800.382.3666.4937.45
Hex9F252004D502624225
Octal2374540011512046210245
Binary10011111100101100000010011011010000100110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,32); }

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

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

 a { background-color: rgb(159,37,32); }

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

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

 span { border-color: rgb(159,37,32); }

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