#a54c2f

Color #A54C2F Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #A54C2F

Tints of Rose Of Sharon #A54C2F

Color information

#A54C2F (or 0xA54C2F) is unknown color: approx Rose Of Sharon. HEX triplet: A5, 4C and 2F. RGB value is (165,76,47). Sum of RGB (Red+Green+Blue) = 165+76+47=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C2F is #5AB3D0. Grayscale: #636363. Windows color (decimal): -5944273 or 3099813. OLE color: 3099813.

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

Color convert

RGB1657647-
CMYK00.540.720.35
HSL14.75º55.66%41.57%-
HSV(B)14.75º71.52%64.71%-
XYZ18.6113.374.29-
YUV99.398.49174.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=57.29%
G=26.39%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165764700.540.720.3514.7555.6641.57
HexA54C2F0364823f382a
Octal2451145706611043177052
Binary101001011001100101111011011010010001000111111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54c2f; }

 p { color: rgb(165,76,47); }

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

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

 a { background-color: rgb(165,76,47); }

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

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

 span { border-color: rgb(165,76,47); }

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