Html Css Color HEX #9F3A19 Rock Spray

📋 copy color: '#9F3A19'

red 159 ◦ green 58 ◦ blue 25

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

Shades of Rock Spray #9F3A19

Tints of Rock Spray #9F3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 65.7%
G = 23.97%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F3A19 (or 0x9F3A19) is known color: Rock Spray. HEX triplet: 9F, 3A and 19. RGB value is (159,58,25). Sum of RGB (Red+Green+Blue) = 159+58+25=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3A19 is #60C5E6. Grayscale: #545454. Windows color (decimal): -6342119 or 1653407. OLE color: 1653407.

HSL color Cylindrical-coordinate representation of color #9F3A19: hue angle of 14.78º degrees, saturation: 0.73, 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 #9F3A19 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 58 25 -
CMYK 0 0.64 0.84 0.38
HSL 14.78º 0.73% 0.36% -
HSV(B) 14.78º 0.84% 0.62% -
XYZ 15.99 10.47 2.1 -
YUV 84.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 159 58 25 0 0.64 0.84 0.38 14.78 0.73 0.36
Hex 9F 3A 19 0 40 54 26 F 49 24
Octal 237 72 31 0 100 124 46 17 111 44
Binary 10011111 111010 11001 0 1000000 1010100 100110 1111 1001001 100100

Color Harmonies of #9F3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3A19

Black with #9F3A19

Text Example


Text Example

White with #9F3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,58,25); }

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

background-color css

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

 a { background-color: rgb(159,58,25); }

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

border-color css

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

 span { border-color: rgb(159,58,25); }

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