Html Css Color HEX #9F4019 Rock Spray

📋 copy color: '#9F4019'

red 159 ◦ green 64 ◦ blue 25

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

Shades of Rock Spray #9F4019

Tints of Rock Spray #9F4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 64.11%
G = 25.81%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F4019 (or 0x9F4019) is known color: Rock Spray. HEX triplet: 9F, 40 and 19. RGB value is (159,64,25). Sum of RGB (Red+Green+Blue) = 159+64+25=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4019 is #60BFE6. Grayscale: #585858. Windows color (decimal): -6340583 or 1654943. OLE color: 1654943.

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

Color convert

RGB 159 64 25 -
CMYK 0 0.60 0.84 0.38
HSL 17.46º 0.73% 0.36% -
HSV(B) 17.46º 0.84% 0.62% -
XYZ 16.31 11.11 2.2 -
YUV 87.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 159 64 25 0 0.60 0.84 0.38 17.46 0.73 0.36
Hex 9F 40 19 0 3C 54 26 11 49 24
Octal 237 100 31 0 74 124 46 21 111 44
Binary 10011111 1000000 11001 0 111100 1010100 100110 10001 1001001 100100

Color Harmonies of #9F4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4019

Black with #9F4019

Text Example


Text Example

White with #9F4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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