#9B4226

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

Shades of Rock Spray #9B4226

Tints of Rock Spray #9B4226

Color information

#9B4226 (or 0x9B4226) is unknown color: approx Rock Spray. HEX triplet: 9B, 42 and 26. RGB value is (155,66,38). Sum of RGB (Red+Green+Blue) = 155+66+38=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4226 is #64BDD9. Grayscale: #595959. Windows color (decimal): -6602202 or 2507419. OLE color: 2507419.

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

Color convert

RGB1556638-
CMYK00.570.750.39
HSL14.36º60.62%37.84%-
HSV(B)14.36º75.48%60.78%-
XYZ15.82113.12-
YUV89.4298.99174.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.85%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=59.85%
G=25.48%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155663800.570.750.3914.3660.6237.84
Hex9B42260394B27e3d26
Octal2331024607111347167546
Binary100110111000010100110011100110010111001111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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