Html Css Color HEX #9F4025 Rock Spray

📋 copy color: '#9F4025'

red 159 ◦ green 64 ◦ blue 37

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

Shades of Rock Spray #9F4025

Tints of Rock Spray #9F4025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 61.15%
G = 24.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F4025 (or 0x9F4025) is known color: Rock Spray. HEX triplet: 9F, 40 and 25. RGB value is (159,64,37). Sum of RGB (Red+Green+Blue) = 159+64+37=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4025 is #60BFDA. Grayscale: #595959. Windows color (decimal): -6340571 or 2441375. OLE color: 2441375.

HSL color Cylindrical-coordinate representation of color #9F4025: hue angle of 13.28º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F4025 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 64 37 -
CMYK 0 0.60 0.77 0.38
HSL 13.28º 0.62% 0.38% -
HSV(B) 13.28º 0.77% 0.62% -
XYZ 16.47 11.17 3.04 -
YUV 89.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 159 64 37 0 0.60 0.77 0.38 13.28 0.62 0.38
Hex 9F 40 25 0 3C 4D 26 D 3E 26
Octal 237 100 45 0 74 115 46 15 76 46
Binary 10011111 1000000 100101 0 111100 1001101 100110 1101 111110 100110

Color Harmonies of #9F4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4025

Black with #9F4025

Text Example


Text Example

White with #9F4025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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