#9B4A30

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

Shades of Rock Spray #9B4A30

Tints of Rock Spray #9B4A30

Color information

#9B4A30 (or 0x9B4A30) is unknown color: approx Rock Spray. HEX triplet: 9B, 4A and 30. RGB value is (155,74,48). Sum of RGB (Red+Green+Blue) = 155+74+48=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A30 is #64B5CF. Grayscale: #5F5F5F. Windows color (decimal): -6600144 or 3164827. OLE color: 3164827.

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

Color convert

RGB1557448-
CMYK00.520.690.39
HSL14.58º52.71%39.8%-
HSV(B)14.58º69.03%60.78%-
XYZ16.512.084.26-
YUV95.25101.34170.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=55.96%
G=26.71%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155744800.520.690.3914.5852.7139.8
Hex9B4A300344527f3528
Octal2331126006410547176550
Binary100110111001010110000011010010001011001111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,74,48); }

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

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

 a { background-color: rgb(155,74,48); }

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

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

 span { border-color: rgb(155,74,48); }

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