#9B4835

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

Shades of Rock Spray #9B4835

Tints of Rock Spray #9B4835

Color information

#9B4835 (or 0x9B4835) is unknown color: approx Rock Spray. HEX triplet: 9B, 48 and 35. RGB value is (155,72,53). Sum of RGB (Red+Green+Blue) = 155+72+53=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4835 is #64B7CA. Grayscale: #5E5E5E. Windows color (decimal): -6600651 or 3491995. OLE color: 3491995.

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

Color convert

RGB1557253-
CMYK00.540.660.39
HSL11.18º49.04%40.78%-
HSV(B)11.18º65.81%60.78%-
XYZ16.4811.864.79-
YUV94.65104.5171.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.36%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=55.36%
G=25.71%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155725300.540.660.3911.1849.0440.78
Hex9B48350364227b3129
Octal2331106506610247136151
Binary100110111001000110101011011010000101001111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,53); }

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

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

 a { background-color: rgb(155,72,53); }

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

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

 span { border-color: rgb(155,72,53); }

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