#9B422F

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

Shades of Rock Spray #9B422F

Tints of Rock Spray #9B422F

Color information

#9B422F (or 0x9B422F) is unknown color: approx Rock Spray. HEX triplet: 9B, 42 and 2F. RGB value is (155,66,47). Sum of RGB (Red+Green+Blue) = 155+66+47=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B422F is #64BDD0. Grayscale: #5A5A5A. Windows color (decimal): -6602193 or 3097243. OLE color: 3097243.

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

Color convert

RGB1556647-
CMYK00.570.700.39
HSL10.56º53.47%39.61%-
HSV(B)10.56º69.68%60.78%-
XYZ15.9811.073.98-
YUV90.44103.49174.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=57.84%
G=24.63%
B=17.54%

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
Decimal155664700.570.700.3910.5653.4739.61
Hex9B422F0394627b3528
Octal2331025707110647136550
Binary100110111000010101111011100110001101001111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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