#9B422E

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

Shades of Rock Spray #9B422E

Tints of Rock Spray #9B422E

Color information

#9B422E (or 0x9B422E) is unknown color: approx Rock Spray. HEX triplet: 9B, 42 and 2E. RGB value is (155,66,46). Sum of RGB (Red+Green+Blue) = 155+66+46=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B422E is #64BDD1. Grayscale: #5A5A5A. Windows color (decimal): -6602194 or 3031707. OLE color: 3031707.

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

Color convert

RGB1556646-
CMYK00.570.700.39
HSL11.01º54.23%39.41%-
HSV(B)11.01º70.32%60.78%-
XYZ15.9611.063.88-
YUV90.33102.99174.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=58.05%
G=24.72%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155664600.570.700.3911.0154.2339.41
Hex9B422E0394627b3627
Octal2331025607110647136647
Binary100110111000010101110011100110001101001111011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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