#9D442D

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

Shades of Rock Spray #9D442D

Tints of Rock Spray #9D442D

Color information

#9D442D (or 0x9D442D) is unknown color: approx Rock Spray. HEX triplet: 9D, 44 and 2D. RGB value is (157,68,45). Sum of RGB (Red+Green+Blue) = 157+68+45=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D442D is #62BBD2. Grayscale: #5C5C5C. Windows color (decimal): -6470611 or 2966685. OLE color: 2966685.

HSL color Cylindrical-coordinate representation of color #9D442D: hue angle of 12.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D442D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1576845-
CMYK00.570.710.38
HSL12.32º55.45%39.61%-
HSV(B)12.32º71.34%61.57%-
XYZ16.4511.493.83-
YUV91.99101.49174.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.15%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=58.15%
G=25.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157684500.570.710.3812.3255.4539.61
Hex9D442D0394726c3728
Octal2351045507110746146750
Binary100111011000100101101011100110001111001101100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,68,45); }

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

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

 a { background-color: rgb(157,68,45); }

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

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

 span { border-color: rgb(157,68,45); }

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