Html Css Color HEX #9F482D Rock Spray

📋 copy color: '#9F482D'

red 159 ◦ green 72 ◦ blue 45

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

Shades of Rock Spray #9F482D

Tints of Rock Spray #9F482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 57.61%
G = 26.09%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F482D (or 0x9F482D) is known color: Rock Spray. HEX triplet: 9F, 48 and 2D. RGB value is (159,72,45). Sum of RGB (Red+Green+Blue) = 159+72+45=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F482D is #60B7D2. Grayscale: #5F5F5F. Windows color (decimal): -6338515 or 2967711. OLE color: 2967711.

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

Color convert

RGB 159 72 45 -
CMYK 0 0.55 0.72 0.38
HSL 14.21º 0.56% 0.4% -
HSV(B) 14.21º 0.72% 0.62% -
XYZ 17.09 12.2 3.94 -
YUV 94.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 159 72 45 0 0.55 0.72 0.38 14.21 0.56 0.4
Hex 9F 48 2D 0 37 48 26 E 38 28
Octal 237 110 55 0 67 110 46 16 70 50
Binary 10011111 1001000 101101 0 110111 1001000 100110 1110 111000 101000

Color Harmonies of #9F482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F482D

Black with #9F482D

Text Example


Text Example

White with #9F482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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