#9B4A32

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

Shades of Rock Spray #9B4A32

Tints of Rock Spray #9B4A32

Color information

#9B4A32 (or 0x9B4A32) is unknown color: approx Rock Spray. HEX triplet: 9B, 4A and 32. RGB value is (155,74,50). Sum of RGB (Red+Green+Blue) = 155+74+50=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A32 is #64B5CD. Grayscale: #5F5F5F. Windows color (decimal): -6600142 or 3295899. OLE color: 3295899.

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

Color convert

RGB1557450-
CMYK00.520.680.39
HSL13.71º51.22%40.2%-
HSV(B)13.71º67.74%60.78%-
XYZ16.5412.14.48-
YUV95.48102.34170.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=55.56%
G=26.52%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155745000.520.680.3913.7151.2240.2
Hex9B4A320344427e3328
Octal2331126206410447166350
Binary100110111001010110010011010010001001001111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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