#9B4528

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

Shades of Rock Spray #9B4528

Tints of Rock Spray #9B4528

Color information

#9B4528 (or 0x9B4528) is unknown color: approx Rock Spray. HEX triplet: 9B, 45 and 28. RGB value is (155,69,40). Sum of RGB (Red+Green+Blue) = 155+69+40=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4528 is #64BAD7. Grayscale: #5B5B5B. Windows color (decimal): -6601432 or 2639259. OLE color: 2639259.

HSL color Cylindrical-coordinate representation of color #9B4528: hue angle of 15.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B4528 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1556940-
CMYK00.550.740.39
HSL15.13º58.97%38.24%-
HSV(B)15.13º74.19%60.78%-
XYZ16.0311.383.36-
YUV91.4198.99173.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=58.71%
G=26.14%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155694000.550.740.3915.1358.9738.24
Hex9B45280374A27f3b26
Octal2331055006711247177346
Binary100110111000101101000011011110010101001111111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,40); }

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

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

 a { background-color: rgb(155,69,40); }

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

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

 span { border-color: rgb(155,69,40); }

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