Html Css Color HEX #9F211A Brown

📋 copy color: '#9F211A'

red 159 ◦ green 33 ◦ blue 26

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

Shades of Brown #9F211A

Tints of Brown #9F211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 72.94%
G = 15.14%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F211A (or 0x9F211A) is known color: Brown. HEX triplet: 9F, 21 and 1A. RGB value is (159,33,26). Sum of RGB (Red+Green+Blue) = 159+33+26=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F211A is #60DEE5. Grayscale: #464646. Windows color (decimal): -6348518 or 1712543. OLE color: 1712543.

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

Color convert

RGB 159 33 26 -
CMYK 0 0.79 0.84 0.38
HSL 3.16º 0.72% 0.36% -
HSV(B) 3.16º 0.84% 0.62% -
XYZ 15.03 8.53 1.83 -
YUV 69.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 159 33 26 0 0.79 0.84 0.38 3.16 0.72 0.36
Hex 9F 21 1A 0 4F 54 26 3 48 24
Octal 237 41 32 0 117 124 46 3 110 44
Binary 10011111 100001 11010 0 1001111 1010100 100110 11 1001000 100100

Color Harmonies of #9F211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F211A

Black with #9F211A

Text Example


Text Example

White with #9F211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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