Html Css Color HEX #9F4835 Rock Spray

📋 copy color: '#9F4835'

red 159 ◦ green 72 ◦ blue 53

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

Shades of Rock Spray #9F4835

Tints of Rock Spray #9F4835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 55.99%
G = 25.35%
B = 18.66%

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

#9F4835 (or 0x9F4835) is known color: Rock Spray. HEX triplet: 9F, 48 and 35. RGB value is (159,72,53). Sum of RGB (Red+Green+Blue) = 159+72+53=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4835 is #60B7CA. Grayscale: #606060. Windows color (decimal): -6338507 or 3491999. OLE color: 3491999.

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

Color convert

RGB 159 72 53 -
CMYK 0 0.55 0.67 0.38
HSL 10.75º 0.5% 0.42% -
HSV(B) 10.75º 0.67% 0.62% -
XYZ 17.26 12.26 4.83 -
YUV 95.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 159 72 53 0 0.55 0.67 0.38 10.75 0.5 0.42
Hex 9F 48 35 0 37 43 26 B 32 2A
Octal 237 110 65 0 67 103 46 13 62 52
Binary 10011111 1001000 110101 0 110111 1000011 100110 1011 110010 101010

Color Harmonies of #9F4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4835

Black with #9F4835

Text Example


Text Example

White with #9F4835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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