Html Css Color HEX #A54F2E Sienna

📋 copy color: '#A54F2E'

red 165 ◦ green 79 ◦ blue 46

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

Shades of Sienna #A54F2E

Tints of Sienna #A54F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 56.9%
G = 27.24%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A54F2E (or 0xA54F2E) is known color: Sienna. HEX triplet: A5, 4F and 2E. RGB value is (165,79,46). Sum of RGB (Red+Green+Blue) = 165+79+46=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F2E is #5AB0D1. Grayscale: #656565. Windows color (decimal): -5943506 or 3035045. OLE color: 3035045.

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

Color convert

RGB 165 79 46 -
CMYK 0 0.52 0.72 0.35
HSL 16.64º 0.56% 0.41% -
HSV(B) 16.64º 0.72% 0.65% -
XYZ 18.81 13.79 4.26 -
YUV 100.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 165 79 46 0 0.52 0.72 0.35 16.64 0.56 0.41
Hex A5 4F 2E 0 34 48 23 11 38 29
Octal 245 117 56 0 64 110 43 21 70 51
Binary 10100101 1001111 101110 0 110100 1001000 100011 10001 111000 101001

Color Harmonies of #A54F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F2E

Black with #A54F2E

Text Example


Text Example

White with #A54F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F2E; }

 p { color: rgb(165,79,46); }

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

background-color css

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

 a { background-color: rgb(165,79,46); }

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

border-color css

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

 span { border-color: rgb(165,79,46); }

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