#9D421E

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

Shades of Rock Spray #9D421E

Tints of Rock Spray #9D421E

Color information

#9D421E (or 0x9D421E) is unknown color: approx Rock Spray. HEX triplet: 9D, 42 and 1E. RGB value is (157,66,30). Sum of RGB (Red+Green+Blue) = 157+66+30=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D421E is #62BDE1. Grayscale: #595959. Windows color (decimal): -6471138 or 1983133. OLE color: 1983133.

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

Color convert

RGB1576630-
CMYK00.580.810.38
HSL17.01º67.91%36.67%-
HSV(B)17.01º80.89%61.57%-
XYZ16.0911.162.53-
YUV89.194.65176.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.06%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=62.06%
G=26.09%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157663000.580.810.3817.0167.9136.67
Hex9D421E03A5126114425
Octal23510236072121462110445
Binary1001110110000101111001110101010001100110100011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,66,30); }

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

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

 a { background-color: rgb(157,66,30); }

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

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

 span { border-color: rgb(157,66,30); }

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