Html Css Color HEX #9F2719 Brown

📋 copy color: '#9F2719'

red 159 ◦ green 39 ◦ blue 25

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

Shades of Brown #9F2719

Tints of Brown #9F2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

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

R = 71.3%
G = 17.49%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2719 (or 0x9F2719) is known color: Brown. HEX triplet: 9F, 27 and 19. RGB value is (159,39,25). Sum of RGB (Red+Green+Blue) = 159+39+25=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2719 is #60D8E6. Grayscale: #494949. Windows color (decimal): -6346983 or 1648543. OLE color: 1648543.

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

Color convert

RGB 159 39 25 -
CMYK 0 0.75 0.84 0.38
HSL 6.27º 0.73% 0.36% -
HSV(B) 6.27º 0.84% 0.62% -
XYZ 15.2 8.89 1.83 -
YUV 73.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 159 39 25 0 0.75 0.84 0.38 6.27 0.73 0.36
Hex 9F 27 19 0 4B 54 26 6 49 24
Octal 237 47 31 0 113 124 46 6 111 44
Binary 10011111 100111 11001 0 1001011 1010100 100110 110 1001001 100100

Color Harmonies of #9F2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2719

Black with #9F2719

Text Example


Text Example

White with #9F2719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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