Html Css Color HEX #9F221B Brown

📋 copy color: '#9F221B'

red 159 ◦ green 34 ◦ blue 27

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

Shades of Brown #9F221B

Tints of Brown #9F221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 72.27%
G = 15.45%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F221B (or 0x9F221B) is known color: Brown. HEX triplet: 9F, 22 and 1B. RGB value is (159,34,27). Sum of RGB (Red+Green+Blue) = 159+34+27=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F221B is #60DDE4. Grayscale: #464646. Windows color (decimal): -6348261 or 1778335. OLE color: 1778335.

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

Color convert

RGB 159 34 27 -
CMYK 0 0.79 0.83 0.38
HSL 3.18º 0.71% 0.36% -
HSV(B) 3.18º 0.83% 0.62% -
XYZ 15.07 8.59 1.9 -
YUV 70.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 159 34 27 0 0.79 0.83 0.38 3.18 0.71 0.36
Hex 9F 22 1B 0 4F 53 26 3 47 24
Octal 237 42 33 0 117 123 46 3 107 44
Binary 10011111 100010 11011 0 1001111 1010011 100110 11 1000111 100100

Color Harmonies of #9F221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F221B

Black with #9F221B

Text Example


Text Example

White with #9F221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,27); }

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

background-color css

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

 a { background-color: rgb(159,34,27); }

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

border-color css

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

 span { border-color: rgb(159,34,27); }

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