#a54828

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

Shades of Rock Spray #A54828

Tints of Rock Spray #A54828

Color information

#A54828 (or 0xA54828) is unknown color: approx Rock Spray. HEX triplet: A5, 48 and 28. RGB value is (165,72,40). Sum of RGB (Red+Green+Blue) = 165+72+40=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A54828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54828 is #5AB7D7. Grayscale: #606060. Windows color (decimal): -5945304 or 2640037. OLE color: 2640037.

HSL color Cylindrical-coordinate representation of color #A54828: hue angle of 15.36º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A54828 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1657240-
CMYK00.560.760.35
HSL15.36º60.98%40.2%-
HSV(B)15.36º75.76%64.71%-
XYZ18.2212.793.52-
YUV96.1696.31177.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=59.57%
G=25.99%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165724000.560.760.3515.3660.9840.2
HexA548280384C23f3d28
Octal2451105007011443177550
Binary101001011001000101000011100010011001000111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54828; }

 p { color: rgb(165,72,40); }

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

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

 a { background-color: rgb(165,72,40); }

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

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

 span { border-color: rgb(165,72,40); }

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