Html Css Color HEX #9F462A Rock Spray

📋 copy color: '#9F462A'

red 159 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #9F462A

Tints of Rock Spray #9F462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 58.67%
G = 25.83%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F462A (or 0x9F462A) is known color: Rock Spray. HEX triplet: 9F, 46 and 2A. RGB value is (159,70,42). Sum of RGB (Red+Green+Blue) = 159+70+42=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F462A is #60B9D5. Grayscale: #5D5D5D. Windows color (decimal): -6339030 or 2770591. OLE color: 2770591.

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

Color convert

RGB 159 70 42 -
CMYK 0 0.56 0.74 0.38
HSL 14.36º 0.58% 0.39% -
HSV(B) 14.36º 0.74% 0.62% -
XYZ 16.91 11.92 3.6 -
YUV 93.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 159 70 42 0 0.56 0.74 0.38 14.36 0.58 0.39
Hex 9F 46 2A 0 38 4A 26 E 3A 27
Octal 237 106 52 0 70 112 46 16 72 47
Binary 10011111 1000110 101010 0 111000 1001010 100110 1110 111010 100111

Color Harmonies of #9F462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F462A

Black with #9F462A

Text Example


Text Example

White with #9F462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,42); }

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

background-color css

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

 a { background-color: rgb(159,70,42); }

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

border-color css

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

 span { border-color: rgb(159,70,42); }

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