#9B4B30

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

Shades of Rock Spray #9B4B30

Tints of Rock Spray #9B4B30

Color information

#9B4B30 (or 0x9B4B30) is unknown color: approx Rock Spray. HEX triplet: 9B, 4B and 30. RGB value is (155,75,48). Sum of RGB (Red+Green+Blue) = 155+75+48=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B30 is #64B4CF. Grayscale: #606060. Windows color (decimal): -6599888 or 3165083. OLE color: 3165083.

HSL color Cylindrical-coordinate representation of color #9B4B30: hue angle of 15.14º 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 #9B4B30 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1557548-
CMYK00.520.690.39
HSL15.14º52.71%39.8%-
HSV(B)15.14º69.03%60.78%-
XYZ16.5712.214.28-
YUV95.84101170.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=55.76%
G=26.98%
B=17.27%

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
Decimal155754800.520.690.3915.1452.7139.8
Hex9B4B300344527f3528
Octal2331136006410547176550
Binary100110111001011110000011010010001011001111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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