Html Css Color HEX #9F3C19 Rock Spray

📋 copy color: '#9F3C19'

red 159 ◦ green 60 ◦ blue 25

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

Shades of Rock Spray #9F3C19

Tints of Rock Spray #9F3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

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

R = 65.16%
G = 24.59%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F3C19 (or 0x9F3C19) is known color: Rock Spray. HEX triplet: 9F, 3C and 19. RGB value is (159,60,25). Sum of RGB (Red+Green+Blue) = 159+60+25=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3C19 is #60C3E6. Grayscale: #555555. Windows color (decimal): -6341607 or 1653919. OLE color: 1653919.

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

Color convert

RGB 159 60 25 -
CMYK 0 0.62 0.84 0.38
HSL 15.67º 0.73% 0.36% -
HSV(B) 15.67º 0.84% 0.62% -
XYZ 16.09 10.67 2.13 -
YUV 85.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 159 60 25 0 0.62 0.84 0.38 15.67 0.73 0.36
Hex 9F 3C 19 0 3E 54 26 10 49 24
Octal 237 74 31 0 76 124 46 20 111 44
Binary 10011111 111100 11001 0 111110 1010100 100110 10000 1001001 100100

Color Harmonies of #9F3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C19

Black with #9F3C19

Text Example


Text Example

White with #9F3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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