#9B4724

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

Shades of Rock Spray #9B4724

Tints of Rock Spray #9B4724

Color information

#9B4724 (or 0x9B4724) is unknown color: approx Rock Spray. HEX triplet: 9B, 47 and 24. RGB value is (155,71,36). Sum of RGB (Red+Green+Blue) = 155+71+36=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4724 is #64B8DB. Grayscale: #5C5C5C. Windows color (decimal): -6600924 or 2377627. OLE color: 2377627.

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

Color convert

RGB1557136-
CMYK00.540.770.39
HSL17.65º62.3%37.45%-
HSV(B)17.65º76.77%60.78%-
XYZ16.0911.63.06-
YUV92.1396.33172.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=59.16%
G=27.10%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155713600.540.770.3917.6562.337.45
Hex9B47240364D27123e25
Octal2331074406611547227645
Binary1001101110001111001000110110100110110011110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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