#9D402A

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

Shades of Rock Spray #9D402A

Tints of Rock Spray #9D402A

Color information

#9D402A (or 0x9D402A) is unknown color: approx Rock Spray. HEX triplet: 9D, 40 and 2A. RGB value is (157,64,42). Sum of RGB (Red+Green+Blue) = 157+64+42=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D402A is #62BFD5. Grayscale: #595959. Windows color (decimal): -6471638 or 2769053. OLE color: 2769053.

HSL color Cylindrical-coordinate representation of color #9D402A: hue angle of 11.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D402A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1576442-
CMYK00.590.730.38
HSL11.48º57.79%39.02%-
HSV(B)11.48º73.25%61.57%-
XYZ16.16113.46-
YUV89.3101.31176.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.70%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=59.70%
G=24.33%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157644200.590.730.3811.4857.7939.02
Hex9D402A03B4926b3a27
Octal2351005207311146137247
Binary100111011000000101010011101110010011001101011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,64,42); }

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

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

 a { background-color: rgb(157,64,42); }

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

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

 span { border-color: rgb(157,64,42); }

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