#9F2925

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

Shades of Brown #9F2925

Tints of Brown #9F2925

Color information

#9F2925 (or 0x9F2925) is unknown color: approx Brown. HEX triplet: 9F, 29 and 25. RGB value is (159,41,37). Sum of RGB (Red+Green+Blue) = 159+41+37=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2925 is #60D6DA. Grayscale: #4B4B4B. Windows color (decimal): -6346459 or 2435487. OLE color: 2435487.

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

Color convert

RGB1594137-
CMYK00.740.770.38
HSL1.97º62.24%38.43%-
HSV(B)1.97º76.73%62.35%-
XYZ15.429.092.69-
YUV75.83106.09187.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.09%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=67.09%
G=17.30%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159413700.740.770.381.9762.2438.43
Hex9F292504A4D2623e26
Octal237514501121154627646
Binary1001111110100110010101001010100110110011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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