#9B4732

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

Shades of Rock Spray #9B4732

Tints of Rock Spray #9B4732

Color information

#9B4732 (or 0x9B4732) is unknown color: approx Rock Spray. HEX triplet: 9B, 47 and 32. RGB value is (155,71,50). Sum of RGB (Red+Green+Blue) = 155+71+50=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4732 is #64B8CD. Grayscale: #5D5D5D. Windows color (decimal): -6600910 or 3295131. OLE color: 3295131.

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

Color convert

RGB1557150-
CMYK00.540.680.39
HSL12º51.22%40.2%-
HSV(B)12º67.74%60.78%-
XYZ16.3511.714.42-
YUV93.72103.33171.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=56.16%
G=25.72%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155715000.540.680.391251.2240.2
Hex9B47320364427c3328
Octal2331076206610447146350
Binary100110111000111110010011011010001001001111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,50); }

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

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

 a { background-color: rgb(155,71,50); }

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

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

 span { border-color: rgb(155,71,50); }

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