#a53d1e

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

Shades of Rock Spray #A53D1E

Tints of Rock Spray #A53D1E

Color information

#A53D1E (or 0xA53D1E) is unknown color: approx Rock Spray. HEX triplet: A5, 3D and 1E. RGB value is (165,61,30). Sum of RGB (Red+Green+Blue) = 165+61+30=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D1E is #5AC2E1. Grayscale: #585858. Windows color (decimal): -5948130 or 1981861. OLE color: 1981861.

HSL color Cylindrical-coordinate representation of color #A53D1E: hue angle of 13.78º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A53D1E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1656130-
CMYK00.630.820.35
HSL13.78º69.23%38.24%-
HSV(B)13.78º81.82%64.71%-
XYZ17.4211.432.52-
YUV88.5694.96182.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=64.45%
G=23.83%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165613000.630.820.3513.7869.2338.24
HexA53D1E03F5223e4526
Octal2457536077122431610546
Binary10100101111101111100111111101001010001111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53d1e; }

 p { color: rgb(165,61,30); }

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

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

 a { background-color: rgb(165,61,30); }

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

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

 span { border-color: rgb(165,61,30); }

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