Html Css Color HEX #9F2B13 Brown

📋 copy color: '#9F2B13'

red 159 ◦ green 43 ◦ blue 19

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

Shades of Brown #9F2B13

Tints of Brown #9F2B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 71.95%
G = 19.46%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F2B13 (or 0x9F2B13) is known color: Brown. HEX triplet: 9F, 2B and 13. RGB value is (159,43,19). Sum of RGB (Red+Green+Blue) = 159+43+19=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2B13 is #60D4EC. Grayscale: #4B4B4B. Windows color (decimal): -6345965 or 1256351. OLE color: 1256351.

HSL color Cylindrical-coordinate representation of color #9F2B13: hue angle of 10.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F2B13 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 43 19 -
CMYK 0 0.73 0.88 0.38
HSL 10.29º 0.79% 0.35% -
HSV(B) 10.29º 0.88% 0.62% -
XYZ 15.28 9.15 1.58 -
YUV 74.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 159 43 19 0 0.73 0.88 0.38 10.29 0.79 0.35
Hex 9F 2B 13 0 49 58 26 A 4F 23
Octal 237 53 23 0 111 130 46 12 117 43
Binary 10011111 101011 10011 0 1001001 1011000 100110 1010 1001111 100011

Color Harmonies of #9F2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B13

Black with #9F2B13

Text Example


Text Example

White with #9F2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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