#9B4026

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

Shades of Rock Spray #9B4026

Tints of Rock Spray #9B4026

Color information

#9B4026 (or 0x9B4026) is unknown color: approx Rock Spray. HEX triplet: 9B, 40 and 26. RGB value is (155,64,38). Sum of RGB (Red+Green+Blue) = 155+64+38=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4026 is #64BFD9. Grayscale: #585858. Windows color (decimal): -6602714 or 2506907. OLE color: 2506907.

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

Color convert

RGB1556438-
CMYK00.590.750.39
HSL13.33º60.62%37.84%-
HSV(B)13.33º75.48%60.78%-
XYZ15.710.783.09-
YUV88.2499.65175.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=60.31%
G=24.90%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155643800.590.750.3913.3360.6237.84
Hex9B402603B4B27d3d26
Octal2331004607311347157546
Binary100110111000000100110011101110010111001111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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