Html Css Color HEX #9F2020 Brown

📋 copy color: '#9F2020'

red 159 ◦ green 32 ◦ blue 32

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

Shades of Brown #9F2020

Tints of Brown #9F2020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 71.3%
G = 14.35%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F2020 (or 0x9F2020) is known color: Brown. HEX triplet: 9F, 20 and 20. RGB value is (159,32,32). Sum of RGB (Red+Green+Blue) = 159+32+32=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2020 is #60DFDF. Grayscale: #464646. Windows color (decimal): -6348768 or 2105503. OLE color: 2105503.

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

Color convert

RGB 159 32 32 -
CMYK 0 0.80 0.80 0.38
HSL 0.66% 0.37% -
HSV(B) 0.8% 0.62% -
XYZ 15.08 8.51 2.21 -
YUV 69.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 159 32 32 0 0.80 0.80 0.38 0 0.66 0.37
Hex 9F 20 20 0 50 50 26 0 42 25
Octal 237 40 40 0 120 120 46 0 102 45
Binary 10011111 100000 100000 0 1010000 1010000 100110 0 1000010 100101

Color Harmonies of #9F2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2020

Black with #9F2020

Text Example


Text Example

White with #9F2020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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