Html Css Color HEX #9F4931 Rock Spray

📋 copy color: '#9F4931'

red 159 ◦ green 73 ◦ blue 49

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

Shades of Rock Spray #9F4931

Tints of Rock Spray #9F4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 56.58%
G = 25.98%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F4931 (or 0x9F4931) is known color: Rock Spray. HEX triplet: 9F, 49 and 31. RGB value is (159,73,49). Sum of RGB (Red+Green+Blue) = 159+73+49=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4931 is #60B6CE. Grayscale: #606060. Windows color (decimal): -6338255 or 3230111. OLE color: 3230111.

HSL color Cylindrical-coordinate representation of color #9F4931: hue angle of 13.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4931 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 49 -
CMYK 0 0.54 0.69 0.38
HSL 13.09º 0.53% 0.41% -
HSV(B) 13.09º 0.69% 0.62% -
XYZ 17.24 12.36 4.38 -
YUV 95.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 159 73 49 0 0.54 0.69 0.38 13.09 0.53 0.41
Hex 9F 49 31 0 36 45 26 D 35 29
Octal 237 111 61 0 66 105 46 15 65 51
Binary 10011111 1001001 110001 0 110110 1000101 100110 1101 110101 101001

Color Harmonies of #9F4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4931

Black with #9F4931

Text Example


Text Example

White with #9F4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,49); }

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

background-color css

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

 a { background-color: rgb(159,73,49); }

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

border-color css

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

 span { border-color: rgb(159,73,49); }

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