#9B492E

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

Shades of Rock Spray #9B492E

Tints of Rock Spray #9B492E

Color information

#9B492E (or 0x9B492E) is unknown color: approx Rock Spray. HEX triplet: 9B, 49 and 2E. RGB value is (155,73,46). Sum of RGB (Red+Green+Blue) = 155+73+46=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B492E is #64B6D1. Grayscale: #5E5E5E. Windows color (decimal): -6600402 or 3033499. OLE color: 3033499.

HSL color Cylindrical-coordinate representation of color #9B492E: hue angle of 14.86º 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 #9B492E is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB1557346-
CMYK00.530.700.39
HSL14.86º54.23%39.41%-
HSV(B)14.86º70.32%60.78%-
XYZ16.3911.934.02-
YUV94.44100.67171.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=56.57%
G=26.64%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155734600.530.700.3914.8654.2339.41
Hex9B492E0354627f3627
Octal2331115606510647176647
Binary100110111001001101110011010110001101001111111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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