Html Css Color HEX #9F4435 Rock Spray

📋 copy color: '#9F4435'

red 159 ◦ green 68 ◦ blue 53

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

Shades of Rock Spray #9F4435

Tints of Rock Spray #9F4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 56.79%
G = 24.29%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F4435 (or 0x9F4435) is known color: Rock Spray. HEX triplet: 9F, 44 and 35. RGB value is (159,68,53). Sum of RGB (Red+Green+Blue) = 159+68+53=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4435 is #60BBCA. Grayscale: #5D5D5D. Windows color (decimal): -6339531 or 3490975. OLE color: 3490975.

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

Color convert

RGB 159 68 53 -
CMYK 0 0.57 0.67 0.38
HSL 8.49º 0.5% 0.42% -
HSV(B) 8.49º 0.67% 0.62% -
XYZ 17.01 11.76 4.74 -
YUV 93.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 159 68 53 0 0.57 0.67 0.38 8.49 0.5 0.42
Hex 9F 44 35 0 39 43 26 8 32 2A
Octal 237 104 65 0 71 103 46 10 62 52
Binary 10011111 1000100 110101 0 111001 1000011 100110 1000 110010 101010

Color Harmonies of #9F4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4435

Black with #9F4435

Text Example


Text Example

White with #9F4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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