Html Css Color HEX #9F2615 Brown

📋 copy color: '#9F2615'

red 159 ◦ green 38 ◦ blue 21

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

Shades of Brown #9F2615

Tints of Brown #9F2615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 72.94%
G = 17.43%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F2615 (or 0x9F2615) is known color: Brown. HEX triplet: 9F, 26 and 15. RGB value is (159,38,21). Sum of RGB (Red+Green+Blue) = 159+38+21=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2615 is #60D9EA. Grayscale: #484848. Windows color (decimal): -6347243 or 1386143. OLE color: 1386143.

HSL color Cylindrical-coordinate representation of color #9F2615: hue angle of 7.39º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F2615 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 38 21 -
CMYK 0 0.76 0.87 0.38
HSL 7.39º 0.77% 0.35% -
HSV(B) 7.39º 0.87% 0.62% -
XYZ 15.13 8.81 1.61 -
YUV 72.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 159 38 21 0 0.76 0.87 0.38 7.39 0.77 0.35
Hex 9F 26 15 0 4C 57 26 7 4D 23
Octal 237 46 25 0 114 127 46 7 115 43
Binary 10011111 100110 10101 0 1001100 1010111 100110 111 1001101 100011

Color Harmonies of #9F2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2615

Black with #9F2615

Text Example


Text Example

White with #9F2615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,38,21); }

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

background-color css

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

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

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

border-color css

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

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

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