Html Css Color HEX #9F301E Brown

📋 copy color: '#9F301E'

red 159 ◦ green 48 ◦ blue 30

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

Shades of Brown #9F301E

Tints of Brown #9F301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 67.09%
G = 20.25%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F301E (or 0x9F301E) is known color: Brown. HEX triplet: 9F, 30 and 1E. RGB value is (159,48,30). Sum of RGB (Red+Green+Blue) = 159+48+30=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F301E is #60CFE1. Grayscale: #4F4F4F. Windows color (decimal): -6344674 or 1978527. OLE color: 1978527.

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

Color convert

RGB 159 48 30 -
CMYK 0 0.70 0.81 0.38
HSL 8.37º 0.68% 0.37% -
HSV(B) 8.37º 0.81% 0.62% -
XYZ 15.59 9.58 2.26 -
YUV 79.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 159 48 30 0 0.70 0.81 0.38 8.37 0.68 0.37
Hex 9F 30 1E 0 46 51 26 8 44 25
Octal 237 60 36 0 106 121 46 10 104 45
Binary 10011111 110000 11110 0 1000110 1010001 100110 1000 1000100 100101

Color Harmonies of #9F301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F301E

Black with #9F301E

Text Example


Text Example

White with #9F301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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