Html Css Color HEX #9F2D1C Brown

📋 copy color: '#9F2D1C'

red 159 ◦ green 45 ◦ blue 28

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

Shades of Brown #9F2D1C

Tints of Brown #9F2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 68.53%
G = 19.4%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F2D1C (or 0x9F2D1C) is known color: Brown. HEX triplet: 9F, 2D and 1C. RGB value is (159,45,28). Sum of RGB (Red+Green+Blue) = 159+45+28=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D1C is #60D2E3. Grayscale: #4D4D4D. Windows color (decimal): -6345444 or 1846687. OLE color: 1846687.

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

Color convert

RGB 159 45 28 -
CMYK 0 0.72 0.82 0.38
HSL 7.79º 0.7% 0.37% -
HSV(B) 7.79º 0.82% 0.62% -
XYZ 15.45 9.33 2.09 -
YUV 77.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 159 45 28 0 0.72 0.82 0.38 7.79 0.7 0.37
Hex 9F 2D 1C 0 48 52 26 8 46 25
Octal 237 55 34 0 110 122 46 10 106 45
Binary 10011111 101101 11100 0 1001000 1010010 100110 1000 1000110 100101

Color Harmonies of #9F2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D1C

Black with #9F2D1C

Text Example


Text Example

White with #9F2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,45,28); }

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

background-color css

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

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

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

border-color css

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

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

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