#9B4833

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

Shades of Rock Spray #9B4833

Tints of Rock Spray #9B4833

Color information

#9B4833 (or 0x9B4833) is unknown color: approx Rock Spray. HEX triplet: 9B, 48 and 33. RGB value is (155,72,51). Sum of RGB (Red+Green+Blue) = 155+72+51=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4833 is #64B7CC. Grayscale: #5E5E5E. Windows color (decimal): -6600653 or 3360923. OLE color: 3360923.

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

Color convert

RGB1557251-
CMYK00.540.670.39
HSL12.12º50.49%40.39%-
HSV(B)12.12º67.1%60.78%-
XYZ16.4311.844.55-
YUV94.42103.5171.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=55.76%
G=25.90%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155725100.540.670.3912.1250.4940.39
Hex9B48330364327c3228
Octal2331106306610347146250
Binary100110111001000110011011011010000111001111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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