Html Css Color HEX #9F2F1D Brown

📋 copy color: '#9F2F1D'

red 159 ◦ green 47 ◦ blue 29

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

Shades of Brown #9F2F1D

Tints of Brown #9F2F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 67.66%
G = 20%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F2F1D (or 0x9F2F1D) is known color: Brown. HEX triplet: 9F, 2F and 1D. RGB value is (159,47,29). Sum of RGB (Red+Green+Blue) = 159+47+29=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F1D is #60D0E2. Grayscale: #4E4E4E. Windows color (decimal): -6344931 or 1912735. OLE color: 1912735.

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

Color convert

RGB 159 47 29 -
CMYK 0 0.70 0.82 0.38
HSL 8.31º 0.69% 0.37% -
HSV(B) 8.31º 0.82% 0.62% -
XYZ 15.54 9.49 2.18 -
YUV 78.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 159 47 29 0 0.70 0.82 0.38 8.31 0.69 0.37
Hex 9F 2F 1D 0 46 52 26 8 45 25
Octal 237 57 35 0 106 122 46 10 105 45
Binary 10011111 101111 11101 0 1000110 1010010 100110 1000 1000101 100101

Color Harmonies of #9F2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F1D

Black with #9F2F1D

Text Example


Text Example

White with #9F2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,47,29); }

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

background-color css

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

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

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

border-color css

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

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

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