#9B4C36

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

Shades of Rock Spray #9B4C36

Tints of Rock Spray #9B4C36

Color information

#9B4C36 (or 0x9B4C36) is unknown color: approx Rock Spray. HEX triplet: 9B, 4C and 36. RGB value is (155,76,54). Sum of RGB (Red+Green+Blue) = 155+76+54=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C36 is #64B3C9. Grayscale: #616161. Windows color (decimal): -6599626 or 3558555. OLE color: 3558555.

HSL color Cylindrical-coordinate representation of color #9B4C36: hue angle of 13.07º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B4C36 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1557654-
CMYK00.510.650.39
HSL13.07º48.33%40.98%-
HSV(B)13.07º65.16%60.78%-
XYZ16.7712.45-
YUV97.11103.67169.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=54.39%
G=26.67%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155765400.510.650.3913.0748.3340.98
Hex9B4C360334127d3029
Octal2331146606310147156051
Binary100110111001100110110011001110000011001111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,54); }

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

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

 a { background-color: rgb(155,76,54); }

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

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

 span { border-color: rgb(155,76,54); }

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