Html Css Color HEX #9F2617 Brown

📋 copy color: '#9F2617'

red 159 ◦ green 38 ◦ blue 23

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

Shades of Brown #9F2617

Tints of Brown #9F2617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 72.27%
G = 17.27%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F2617 (or 0x9F2617) is known color: Brown. HEX triplet: 9F, 26 and 17. RGB value is (159,38,23). Sum of RGB (Red+Green+Blue) = 159+38+23=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2617 is #60D9E8. Grayscale: #484848. Windows color (decimal): -6347241 or 1517215. OLE color: 1517215.

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

Color convert

RGB 159 38 23 -
CMYK 0 0.76 0.86 0.38
HSL 6.62º 0.75% 0.36% -
HSV(B) 6.62º 0.86% 0.62% -
XYZ 15.15 8.82 1.71 -
YUV 72.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 159 38 23 0 0.76 0.86 0.38 6.62 0.75 0.36
Hex 9F 26 17 0 4C 56 26 7 4B 24
Octal 237 46 27 0 114 126 46 7 113 44
Binary 10011111 100110 10111 0 1001100 1010110 100110 111 1001011 100100

Color Harmonies of #9F2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2617

Black with #9F2617

Text Example


Text Example

White with #9F2617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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