Html Css Color HEX #9F4725 Rock Spray

📋 copy color: '#9F4725'

red 159 ◦ green 71 ◦ blue 37

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

Shades of Rock Spray #9F4725

Tints of Rock Spray #9F4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 59.55%
G = 26.59%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F4725 (or 0x9F4725) is known color: Rock Spray. HEX triplet: 9F, 47 and 25. RGB value is (159,71,37). Sum of RGB (Red+Green+Blue) = 159+71+37=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4725 is #60B8DA. Grayscale: #5D5D5D. Windows color (decimal): -6338779 or 2443167. OLE color: 2443167.

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

Color convert

RGB 159 71 37 -
CMYK 0 0.55 0.77 0.38
HSL 16.72º 0.62% 0.38% -
HSV(B) 16.72º 0.77% 0.62% -
XYZ 16.89 12.01 3.18 -
YUV 93.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 159 71 37 0 0.55 0.77 0.38 16.72 0.62 0.38
Hex 9F 47 25 0 37 4D 26 11 3E 26
Octal 237 107 45 0 67 115 46 21 76 46
Binary 10011111 1000111 100101 0 110111 1001101 100110 10001 111110 100110

Color Harmonies of #9F4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4725

Black with #9F4725

Text Example


Text Example

White with #9F4725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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