Html Css Color HEX #9F2519 Brown

📋 copy color: '#9F2519'

red 159 ◦ green 37 ◦ blue 25

#9F2519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #9F2519

Tints of Brown #9F2519

RGB

 RED value IS 159 (62.5% from 255) = 71.95%

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 25 (10.16% from 255) = 11.31%

R = 71.95%
G = 16.74%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2519 (or 0x9F2519) is known color: Brown. HEX triplet: 9F, 25 and 19. RGB value is (159,37,25). Sum of RGB (Red+Green+Blue) = 159+37+25=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2519 is #60DAE6. Grayscale: #484848. Windows color (decimal): -6347495 or 1648031. OLE color: 1648031.

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

Color convert

RGB 159 37 25 -
CMYK 0 0.77 0.84 0.38
HSL 5.37º 0.73% 0.36% -
HSV(B) 5.37º 0.84% 0.62% -
XYZ 15.14 8.76 1.81 -
YUV 72.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 159 37 25 0 0.77 0.84 0.38 5.37 0.73 0.36
Hex 9F 25 19 0 4D 54 26 5 49 24
Octal 237 45 31 0 115 124 46 5 111 44
Binary 10011111 100101 11001 0 1001101 1010100 100110 101 1001001 100100

Color Harmonies of #9F2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2519

Black with #9F2519

Text Example


Text Example

White with #9F2519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2519;
 }
 .AnyTagClassName
 {
   color: #9F2519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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