Html Css Color HEX #A4512D Sienna

📋 copy color: '#A4512D'

red 164 ◦ green 81 ◦ blue 45

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

Shades of Sienna #A4512D

Tints of Sienna #A4512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 56.55%
G = 27.93%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4512D (or 0xA4512D) is known color: Sienna. HEX triplet: A4, 51 and 2D. RGB value is (164,81,45). Sum of RGB (Red+Green+Blue) = 164+81+45=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4512D is #5BAED2. Grayscale: #656565. Windows color (decimal): -6008531 or 2970020. OLE color: 2970020.

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

Color convert

RGB 164 81 45 -
CMYK 0 0.51 0.73 0.36
HSL 18.15º 0.57% 0.41% -
HSV(B) 18.15º 0.73% 0.64% -
XYZ 18.73 13.97 4.19 -
YUV 101.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 164 81 45 0 0.51 0.73 0.36 18.15 0.57 0.41
Hex A4 51 2D 0 33 49 24 12 39 29
Octal 244 121 55 0 63 111 44 22 71 51
Binary 10100100 1010001 101101 0 110011 1001001 100100 10010 111001 101001

Color Harmonies of #A4512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4512D

Black with #A4512D

Text Example


Text Example

White with #A4512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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