Html Css Color HEX #9F412E Rock Spray

📋 copy color: '#9F412E'

red 159 ◦ green 65 ◦ blue 46

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

Shades of Rock Spray #9F412E

Tints of Rock Spray #9F412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 58.89%
G = 24.07%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F412E (or 0x9F412E) is known color: Rock Spray. HEX triplet: 9F, 41 and 2E. RGB value is (159,65,46). Sum of RGB (Red+Green+Blue) = 159+65+46=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F412E is #60BED1. Grayscale: #5B5B5B. Windows color (decimal): -6340306 or 3031455. OLE color: 3031455.

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

Color convert

RGB 159 65 46 -
CMYK 0 0.59 0.71 0.38
HSL 10.09º 0.55% 0.4% -
HSV(B) 10.09º 0.71% 0.62% -
XYZ 16.68 11.35 3.9 -
YUV 90.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 159 65 46 0 0.59 0.71 0.38 10.09 0.55 0.4
Hex 9F 41 2E 0 3B 47 26 A 37 28
Octal 237 101 56 0 73 107 46 12 67 50
Binary 10011111 1000001 101110 0 111011 1000111 100110 1010 110111 101000

Color Harmonies of #9F412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F412E

Black with #9F412E

Text Example


Text Example

White with #9F412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,46); }

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

background-color css

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

 a { background-color: rgb(159,65,46); }

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

border-color css

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

 span { border-color: rgb(159,65,46); }

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