Html Css Color HEX #9F301C Brown

📋 copy color: '#9F301C'

red 159 ◦ green 48 ◦ blue 28

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

Shades of Brown #9F301C

Tints of Brown #9F301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 67.66%
G = 20.43%
B = 11.91%

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

#9F301C (or 0x9F301C) is known color: Brown. HEX triplet: 9F, 30 and 1C. RGB value is (159,48,28). Sum of RGB (Red+Green+Blue) = 159+48+28=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F301C is #60CFE3. Grayscale: #4F4F4F. Windows color (decimal): -6344676 or 1847455. OLE color: 1847455.

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

Color convert

RGB 159 48 28 -
CMYK 0 0.70 0.82 0.38
HSL 9.16º 0.7% 0.37% -
HSV(B) 9.16º 0.82% 0.62% -
XYZ 15.56 9.57 2.13 -
YUV 78.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 159 48 28 0 0.70 0.82 0.38 9.16 0.7 0.37
Hex 9F 30 1C 0 46 52 26 9 46 25
Octal 237 60 34 0 106 122 46 11 106 45
Binary 10011111 110000 11100 0 1000110 1010010 100110 1001 1000110 100101

Color Harmonies of #9F301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F301C

Black with #9F301C

Text Example


Text Example

White with #9F301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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