#9B4333

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

Shades of Rock Spray #9B4333

Tints of Rock Spray #9B4333

Color information

#9B4333 (or 0x9B4333) is unknown color: approx Rock Spray. HEX triplet: 9B, 43 and 33. RGB value is (155,67,51). Sum of RGB (Red+Green+Blue) = 155+67+51=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4333 is #64BCCC. Grayscale: #5B5B5B. Windows color (decimal): -6601933 or 3359643. OLE color: 3359643.

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

Color convert

RGB1556751-
CMYK00.570.670.39
HSL9.23º50.49%40.39%-
HSV(B)9.23º67.1%60.78%-
XYZ16.1211.224.45-
YUV91.49105.15173.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=56.78%
G=24.54%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155675100.570.670.399.2350.4940.39
Hex9B4333039432793228
Octal2331036307110347116250
Binary100110111000011110011011100110000111001111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,51); }

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

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

 a { background-color: rgb(155,67,51); }

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

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

 span { border-color: rgb(155,67,51); }

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