#a53920

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

Shades of Rock Spray #A53920

Tints of Rock Spray #A53920

Color information

#A53920 (or 0xA53920) is unknown color: approx Rock Spray. HEX triplet: A5, 39 and 20. RGB value is (165,57,32). Sum of RGB (Red+Green+Blue) = 165+57+32=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A53920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53920 is #5AC6DF. Grayscale: #565656. Windows color (decimal): -5949152 or 2111909. OLE color: 2111909.

HSL color Cylindrical-coordinate representation of color #A53920: hue angle of 11.28º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A53920 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1655732-
CMYK00.650.810.35
HSL11.28º67.51%38.63%-
HSV(B)11.28º80.61%64.71%-
XYZ17.2411.032.59-
YUV86.4497.28184.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.96%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=64.96%
G=22.44%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165573200.650.810.3511.2867.5138.63
HexA539200415123b4427
Octal24571400101121431310447
Binary1010010111100110000001000001101000110001110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53920; }

 p { color: rgb(165,57,32); }

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

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

 a { background-color: rgb(165,57,32); }

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

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

 span { border-color: rgb(165,57,32); }

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