#9B492A

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

Shades of Rock Spray #9B492A

Tints of Rock Spray #9B492A

Color information

#9B492A (or 0x9B492A) is unknown color: approx Rock Spray. HEX triplet: 9B, 49 and 2A. RGB value is (155,73,42). Sum of RGB (Red+Green+Blue) = 155+73+42=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B492A is #64B6D5. Grayscale: #5E5E5E. Windows color (decimal): -6600406 or 2771355. OLE color: 2771355.

HSL color Cylindrical-coordinate representation of color #9B492A: hue angle of 16.46º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B492A is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1557342-
CMYK00.530.730.39
HSL16.46º57.36%38.63%-
HSV(B)16.46º72.9%60.78%-
XYZ16.3211.93.63-
YUV93.9898.67171.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=57.41%
G=27.04%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155734200.530.730.3916.4657.3638.63
Hex9B492A0354927103927
Octal2331115206511147207147
Binary1001101110010011010100110101100100110011110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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