#9F241A

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

Shades of Brown #9F241A

Tints of Brown #9F241A

Color information

#9F241A (or 0x9F241A) is unknown color: approx Brown. HEX triplet: 9F, 24 and 1A. RGB value is (159,36,26). Sum of RGB (Red+Green+Blue) = 159+36+26=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F241A is #60DBE5. Grayscale: #474747. Windows color (decimal): -6347750 or 1713311. OLE color: 1713311.

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

Color convert

RGB1593626-
CMYK00.770.840.38
HSL4.51º71.89%36.27%-
HSV(B)4.51º83.65%62.35%-
XYZ15.128.711.86-
YUV71.64102.25190.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.95%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=71.95%
G=16.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159362600.770.840.384.5171.8936.27
Hex9F241A04D542654824
Octal2374432011512446511044
Binary10011111100100110100100110110101001001101011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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