#9A462F

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

Shades of Rock Spray #9A462F

Tints of Rock Spray #9A462F

Color information

#9A462F (or 0x9A462F) is unknown color: approx Rock Spray. HEX triplet: 9A, 46 and 2F. RGB value is (154,70,47). Sum of RGB (Red+Green+Blue) = 154+70+47=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A462F is #65B9D0. Grayscale: #5C5C5C. Windows color (decimal): -6666705 or 3098266. OLE color: 3098266.

HSL color Cylindrical-coordinate representation of color #9A462F: hue angle of 12.9º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A462F is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1547047-
CMYK00.550.690.40
HSL12.9º53.23%39.41%-
HSV(B)12.9º69.48%60.39%-
XYZ16.0311.464.06-
YUV92.49102.33171.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=56.83%
G=25.83%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154704700.550.690.4012.953.2339.41
Hex9A462F0374528d3527
Octal2321065706710550156547
Binary100110101000110101111011011110001011010001101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,70,47); }

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

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

 a { background-color: rgb(154,70,47); }

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

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

 span { border-color: rgb(154,70,47); }

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