Html Css Color HEX #9F301A Brown

📋 copy color: '#9F301A'

red 159 ◦ green 48 ◦ blue 26

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

Shades of Brown #9F301A

Tints of Brown #9F301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 68.24%
G = 20.6%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F301A (or 0x9F301A) is known color: Brown. HEX triplet: 9F, 30 and 1A. RGB value is (159,48,26). Sum of RGB (Red+Green+Blue) = 159+48+26=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F301A is #60CFE5. Grayscale: #4E4E4E. Windows color (decimal): -6344678 or 1716383. OLE color: 1716383.

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

Color convert

RGB 159 48 26 -
CMYK 0 0.70 0.84 0.38
HSL 9.92º 0.72% 0.36% -
HSV(B) 9.92º 0.84% 0.62% -
XYZ 15.54 9.56 2 -
YUV 78.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 159 48 26 0 0.70 0.84 0.38 9.92 0.72 0.36
Hex 9F 30 1A 0 46 54 26 A 48 24
Octal 237 60 32 0 106 124 46 12 110 44
Binary 10011111 110000 11010 0 1000110 1010100 100110 1010 1001000 100100

Color Harmonies of #9F301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F301A

Black with #9F301A

Text Example


Text Example

White with #9F301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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