Html Css Color HEX #9F4735 Rock Spray

📋 copy color: '#9F4735'

red 159 ◦ green 71 ◦ blue 53

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

Shades of Rock Spray #9F4735

Tints of Rock Spray #9F4735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 56.18%
G = 25.09%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F4735 (or 0x9F4735) is known color: Rock Spray. HEX triplet: 9F, 47 and 35. RGB value is (159,71,53). Sum of RGB (Red+Green+Blue) = 159+71+53=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4735 is #60B8CA. Grayscale: #5F5F5F. Windows color (decimal): -6338763 or 3491743. OLE color: 3491743.

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

Color convert

RGB 159 71 53 -
CMYK 0 0.55 0.67 0.38
HSL 10.19º 0.5% 0.42% -
HSV(B) 10.19º 0.67% 0.62% -
XYZ 17.19 12.13 4.8 -
YUV 95.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 159 71 53 0 0.55 0.67 0.38 10.19 0.5 0.42
Hex 9F 47 35 0 37 43 26 A 32 2A
Octal 237 107 65 0 67 103 46 12 62 52
Binary 10011111 1000111 110101 0 110111 1000011 100110 1010 110010 101010

Color Harmonies of #9F4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4735

Black with #9F4735

Text Example


Text Example

White with #9F4735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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