#9F2826

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

Shades of Brown #9F2826

Tints of Brown #9F2826

Color information

#9F2826 (or 0x9F2826) is unknown color: approx Brown. HEX triplet: 9F, 28 and 26. RGB value is (159,40,38). Sum of RGB (Red+Green+Blue) = 159+40+38=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2826 is #60D7D9. Grayscale: #4B4B4B. Windows color (decimal): -6346714 or 2500767. OLE color: 2500767.

HSL color Cylindrical-coordinate representation of color #9F2826: hue angle of 0.99º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2826 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB1594038-
CMYK00.750.760.38
HSL0.99º61.42%38.63%-
HSV(B)0.99º76.1%62.35%-
XYZ15.419.032.76-
YUV75.35106.92187.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.09%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=67.09%
G=16.88%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159403800.750.760.380.9961.4238.63
Hex9F282604B4C2613d27
Octal237504601131144617547
Binary100111111010001001100100101110011001001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,40,38); }

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

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

 a { background-color: rgb(159,40,38); }

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

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

 span { border-color: rgb(159,40,38); }

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