Html Css Color HEX #9F211E Brown

📋 copy color: '#9F211E'

red 159 ◦ green 33 ◦ blue 30

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

Shades of Brown #9F211E

Tints of Brown #9F211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 71.62%
G = 14.86%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F211E (or 0x9F211E) is known color: Brown. HEX triplet: 9F, 21 and 1E. RGB value is (159,33,30). Sum of RGB (Red+Green+Blue) = 159+33+30=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F211E is #60DEE1. Grayscale: #464646. Windows color (decimal): -6348514 or 1974687. OLE color: 1974687.

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

Color convert

RGB 159 33 30 -
CMYK 0 0.79 0.81 0.38
HSL 1.4º 0.68% 0.37% -
HSV(B) 1.4º 0.81% 0.62% -
XYZ 15.08 8.55 2.08 -
YUV 70.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 159 33 30 0 0.79 0.81 0.38 1.4 0.68 0.37
Hex 9F 21 1E 0 4F 51 26 1 44 25
Octal 237 41 36 0 117 121 46 1 104 45
Binary 10011111 100001 11110 0 1001111 1010001 100110 1 1000100 100101

Color Harmonies of #9F211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F211E

Black with #9F211E

Text Example


Text Example

White with #9F211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,30); }

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

background-color css

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

 a { background-color: rgb(159,33,30); }

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

border-color css

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

 span { border-color: rgb(159,33,30); }

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