Html Css Color HEX #9F2919 Brown

📋 copy color: '#9F2919'

red 159 ◦ green 41 ◦ blue 25

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

Shades of Brown #9F2919

Tints of Brown #9F2919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 70.67%
G = 18.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2919 (or 0x9F2919) is known color: Brown. HEX triplet: 9F, 29 and 19. RGB value is (159,41,25). Sum of RGB (Red+Green+Blue) = 159+41+25=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2919 is #60D6E6. Grayscale: #4A4A4A. Windows color (decimal): -6346471 or 1649055. OLE color: 1649055.

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

Color convert

RGB 159 41 25 -
CMYK 0 0.74 0.84 0.38
HSL 7.16º 0.73% 0.36% -
HSV(B) 7.16º 0.84% 0.62% -
XYZ 15.27 9.03 1.86 -
YUV 74.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 159 41 25 0 0.74 0.84 0.38 7.16 0.73 0.36
Hex 9F 29 19 0 4A 54 26 7 49 24
Octal 237 51 31 0 112 124 46 7 111 44
Binary 10011111 101001 11001 0 1001010 1010100 100110 111 1001001 100100

Color Harmonies of #9F2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2919

Black with #9F2919

Text Example


Text Example

White with #9F2919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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