#9D412E

Color #9D412E Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9D412E

Tints of Rock Spray #9D412E

Color information

#9D412E (or 0x9D412E) is unknown color: approx Rock Spray. HEX triplet: 9D, 41 and 2E. RGB value is (157,65,46). Sum of RGB (Red+Green+Blue) = 157+65+46=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D412E is #62BED1. Grayscale: #5A5A5A. Windows color (decimal): -6471378 or 3031453. OLE color: 3031453.

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

Color convert

RGB1576546-
CMYK00.590.710.38
HSL10.27º54.68%39.8%-
HSV(B)10.27º70.7%61.57%-
XYZ16.2911.153.88-
YUV90.34102.98175.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=58.58%
G=24.25%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157654600.590.710.3810.2754.6839.8
Hex9D412E03B4726a3728
Octal2351015607310746126750
Binary100111011000001101110011101110001111001101010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D412E;
 }
 .AnyTagClassName
 {
   color: #9D412E;
 }
</style>
background-color css

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

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

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

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

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

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