Html Css Color HEX #9F2F19 Brown

📋 copy color: '#9F2F19'

red 159 ◦ green 47 ◦ blue 25

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

Shades of Brown #9F2F19

Tints of Brown #9F2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

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

R = 68.83%
G = 20.35%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2F19 (or 0x9F2F19) is known color: Brown. HEX triplet: 9F, 2F and 19. RGB value is (159,47,25). Sum of RGB (Red+Green+Blue) = 159+47+25=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2F19 is #60D0E6. Grayscale: #4E4E4E. Windows color (decimal): -6344935 or 1650591. OLE color: 1650591.

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

Color convert

RGB 159 47 25 -
CMYK 0 0.70 0.84 0.38
HSL 9.85º 0.73% 0.36% -
HSV(B) 9.85º 0.84% 0.62% -
XYZ 15.49 9.47 1.93 -
YUV 77.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 159 47 25 0 0.70 0.84 0.38 9.85 0.73 0.36
Hex 9F 2F 19 0 46 54 26 A 49 24
Octal 237 57 31 0 106 124 46 12 111 44
Binary 10011111 101111 11001 0 1000110 1010100 100110 1010 1001001 100100

Color Harmonies of #9F2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F19

Black with #9F2F19

Text Example


Text Example

White with #9F2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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