#9B4233

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

Shades of Rock Spray #9B4233

Tints of Rock Spray #9B4233

Color information

#9B4233 (or 0x9B4233) is unknown color: approx Rock Spray. HEX triplet: 9B, 42 and 33. RGB value is (155,66,51). Sum of RGB (Red+Green+Blue) = 155+66+51=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4233 is #64BDCC. Grayscale: #5B5B5B. Windows color (decimal): -6602189 or 3359387. OLE color: 3359387.

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

Color convert

RGB1556651-
CMYK00.570.670.39
HSL8.65º50.49%40.39%-
HSV(B)8.65º67.1%60.78%-
XYZ16.0611.14.43-
YUV90.9105.49173.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.99%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=56.99%
G=24.26%
B=18.75%

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
Decimal155665100.570.670.398.6550.4940.39
Hex9B4233039432793228
Octal2331026307110347116250
Binary100110111000010110011011100110000111001111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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