Html Css Color HEX #A54D2C Rose Of Sharon

📋 copy color: '#A54D2C'

red 165 ◦ green 77 ◦ blue 44

#A54D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #A54D2C

Tints of Rose Of Sharon #A54D2C

RGB

 RED value IS 165 (64.84% from 255) = 57.69%

 GREEN value IS 77 (30.47% from 255) = 26.92%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 57.69%
G = 26.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A54D2C (or 0xA54D2C) is known color: Rose Of Sharon. HEX triplet: A5, 4D and 2C. RGB value is (165,77,44). Sum of RGB (Red+Green+Blue) = 165+77+44=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D2C is #5AB2D3. Grayscale: #636363. Windows color (decimal): -5944020 or 2903461. OLE color: 2903461.

HSL color Cylindrical-coordinate representation of color #A54D2C: hue angle of 16.36º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A54D2C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 44 -
CMYK 0 0.53 0.73 0.35
HSL 16.36º 0.58% 0.41% -
HSV(B) 16.36º 0.73% 0.65% -
XYZ 18.63 13.49 4 -
YUV 99.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 165 77 44 0 0.53 0.73 0.35 16.36 0.58 0.41
Hex A5 4D 2C 0 35 49 23 10 3A 29
Octal 245 115 54 0 65 111 43 20 72 51
Binary 10100101 1001101 101100 0 110101 1001001 100011 10000 111010 101001

Color Harmonies of #A54D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D2C

Black with #A54D2C

Text Example


Text Example

White with #A54D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D2C; }

 p { color: rgb(165,77,44); }

 H1.HeaderClassName
 {
   color: #A54D2C;
 }
 .AnyTagClassName
 {
   color: #A54D2C;
 }
</style>

background-color css

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

 a { background-color: rgb(165,77,44); }

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

border-color css

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

 span { border-color: rgb(165,77,44); }

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