Html Css Color HEX #9F2B19 Brown

📋 copy color: '#9F2B19'

red 159 ◦ green 43 ◦ blue 25

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

Shades of Brown #9F2B19

Tints of Brown #9F2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

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

R = 70.04%
G = 18.94%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2B19 (or 0x9F2B19) is known color: Brown. HEX triplet: 9F, 2B and 19. RGB value is (159,43,25). Sum of RGB (Red+Green+Blue) = 159+43+25=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2B19 is #60D4E6. Grayscale: #4B4B4B. Windows color (decimal): -6345959 or 1649567. OLE color: 1649567.

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

Color convert

RGB 159 43 25 -
CMYK 0 0.73 0.84 0.38
HSL 8.06º 0.73% 0.36% -
HSV(B) 8.06º 0.84% 0.62% -
XYZ 15.34 9.17 1.88 -
YUV 75.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 159 43 25 0 0.73 0.84 0.38 8.06 0.73 0.36
Hex 9F 2B 19 0 49 54 26 8 49 24
Octal 237 53 31 0 111 124 46 10 111 44
Binary 10011111 101011 11001 0 1001001 1010100 100110 1000 1001001 100100

Color Harmonies of #9F2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B19

Black with #9F2B19

Text Example


Text Example

White with #9F2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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