Html Css Color HEX #A4512E Sienna

📋 copy color: '#A4512E'

red 164 ◦ green 81 ◦ blue 46

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

Shades of Sienna #A4512E

Tints of Sienna #A4512E

RGB

 RED value IS 164 (64.45% from 255) = 56.36%

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 56.36%
G = 27.84%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4512E (or 0xA4512E) is known color: Sienna. HEX triplet: A4, 51 and 2E. RGB value is (164,81,46). Sum of RGB (Red+Green+Blue) = 164+81+46=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4512E is #5BAED1. Grayscale: #666666. Windows color (decimal): -6008530 or 3035556. OLE color: 3035556.

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

Color convert

RGB 164 81 46 -
CMYK 0 0.51 0.72 0.36
HSL 17.8º 0.56% 0.41% -
HSV(B) 17.8º 0.72% 0.64% -
XYZ 18.75 13.97 4.29 -
YUV 101.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 164 81 46 0 0.51 0.72 0.36 17.8 0.56 0.41
Hex A4 51 2E 0 33 48 24 12 38 29
Octal 244 121 56 0 63 110 44 22 70 51
Binary 10100100 1010001 101110 0 110011 1001000 100100 10010 111000 101001

Color Harmonies of #A4512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4512E

Black with #A4512E

Text Example


Text Example

White with #A4512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4512E; }

 p { color: rgb(164,81,46); }

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

background-color css

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

 a { background-color: rgb(164,81,46); }

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

border-color css

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

 span { border-color: rgb(164,81,46); }

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