#9B412E

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

Shades of Rock Spray #9B412E

Tints of Rock Spray #9B412E

Color information

#9B412E (or 0x9B412E) is unknown color: approx Rock Spray. HEX triplet: 9B, 41 and 2E. RGB value is (155,65,46). Sum of RGB (Red+Green+Blue) = 155+65+46=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B412E is #64BED1. Grayscale: #595959. Windows color (decimal): -6602450 or 3031451. OLE color: 3031451.

HSL color Cylindrical-coordinate representation of color #9B412E: hue angle of 10.46º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B412E is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB1556546-
CMYK00.580.700.39
HSL10.46º54.23%39.41%-
HSV(B)10.46º70.32%60.78%-
XYZ15.910.953.86-
YUV89.74103.32174.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=58.27%
G=24.44%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155654600.580.700.3910.4654.2339.41
Hex9B412E03A4627a3627
Octal2331015607210647126647
Binary100110111000001101110011101010001101001111010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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