#9f241c

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

Shades of Brown #9F241C

Tints of Brown #9F241C

Color information

#9F241C (or 0x9F241C) is unknown color: approx Brown. HEX triplet: 9F, 24 and 1C. RGB value is (159,36,28). Sum of RGB (Red+Green+Blue) = 159+36+28=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F241C is #60DBE3. Grayscale: #484848. Windows color (decimal): -6347748 or 1844383. OLE color: 1844383.

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

Color convert

RGB1593628-
CMYK00.770.820.38
HSL3.66º70.05%36.67%-
HSV(B)3.66º82.39%62.35%-
XYZ15.148.721.98-
YUV71.87103.25190.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.30%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=71.30%
G=16.14%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159362800.770.820.383.6670.0536.67
Hex9F241C04D522644625
Octal2374434011512246410645
Binary10011111100100111000100110110100101001101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f241c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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