#9b492b

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

Shades of Rock Spray #9B492B

Tints of Rock Spray #9B492B

Color information

#9B492B (or 0x9B492B) is unknown color: approx Rock Spray. HEX triplet: 9B, 49 and 2B. RGB value is (155,73,43). Sum of RGB (Red+Green+Blue) = 155+73+43=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B492B is #64B6D4. Grayscale: #5E5E5E. Windows color (decimal): -6600405 or 2836891. OLE color: 2836891.

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

Color convert

RGB1557343-
CMYK00.530.720.39
HSL16.07º56.57%38.82%-
HSV(B)16.07º72.26%60.78%-
XYZ16.3411.913.72-
YUV94.199.17171.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.20%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=57.20%
G=26.94%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155734300.530.720.3916.0756.5738.82
Hex9B492B0354827103927
Octal2331115306511047207147
Binary1001101110010011010110110101100100010011110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b492b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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