Html Css Color HEX #9F4831 Rock Spray

📋 copy color: '#9F4831'

red 159 ◦ green 72 ◦ blue 49

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

Shades of Rock Spray #9F4831

Tints of Rock Spray #9F4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 56.79%
G = 25.71%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F4831 (or 0x9F4831) is known color: Rock Spray. HEX triplet: 9F, 48 and 31. RGB value is (159,72,49). Sum of RGB (Red+Green+Blue) = 159+72+49=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4831 is #60B7CE. Grayscale: #5F5F5F. Windows color (decimal): -6338511 or 3229855. OLE color: 3229855.

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

Color convert

RGB 159 72 49 -
CMYK 0 0.55 0.69 0.38
HSL 12.55º 0.53% 0.41% -
HSV(B) 12.55º 0.69% 0.62% -
XYZ 17.17 12.23 4.36 -
YUV 95.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 159 72 49 0 0.55 0.69 0.38 12.55 0.53 0.41
Hex 9F 48 31 0 37 45 26 D 35 29
Octal 237 110 61 0 67 105 46 15 65 51
Binary 10011111 1001000 110001 0 110111 1000101 100110 1101 110101 101001

Color Harmonies of #9F4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4831

Black with #9F4831

Text Example


Text Example

White with #9F4831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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