Html Css Color HEX #9F3720 Rock Spray

📋 copy color: '#9F3720'

red 159 ◦ green 55 ◦ blue 32

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

Shades of Rock Spray #9F3720

Tints of Rock Spray #9F3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 64.63%
G = 22.36%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F3720 (or 0x9F3720) is known color: Rock Spray. HEX triplet: 9F, 37 and 20. RGB value is (159,55,32). Sum of RGB (Red+Green+Blue) = 159+55+32=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3720 is #60C8DF. Grayscale: #535353. Windows color (decimal): -6342880 or 2111391. OLE color: 2111391.

HSL color Cylindrical-coordinate representation of color #9F3720: hue angle of 10.87º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F3720 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 32 -
CMYK 0 0.65 0.80 0.38
HSL 10.87º 0.66% 0.37% -
HSV(B) 10.87º 0.8% 0.62% -
XYZ 15.92 10.21 2.5 -
YUV 83.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 159 55 32 0 0.65 0.80 0.38 10.87 0.66 0.37
Hex 9F 37 20 0 41 50 26 B 42 25
Octal 237 67 40 0 101 120 46 13 102 45
Binary 10011111 110111 100000 0 1000001 1010000 100110 1011 1000010 100101

Color Harmonies of #9F3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3720

Black with #9F3720

Text Example


Text Example

White with #9F3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,32); }

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

background-color css

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

 a { background-color: rgb(159,55,32); }

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

border-color css

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

 span { border-color: rgb(159,55,32); }

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