Html Css Color HEX #A4532A Sienna

📋 copy color: '#A4532A'

red 164 ◦ green 83 ◦ blue 42

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

Shades of Sienna #A4532A

Tints of Sienna #A4532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 56.75%
G = 28.72%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4532A (or 0xA4532A) is known color: Sienna. HEX triplet: A4, 53 and 2A. RGB value is (164,83,42). Sum of RGB (Red+Green+Blue) = 164+83+42=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4532A is #5BACD5. Grayscale: #666666. Windows color (decimal): -6008022 or 2773924. OLE color: 2773924.

HSL color Cylindrical-coordinate representation of color #A4532A: hue angle of 20.16º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4532A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 42 -
CMYK 0 0.49 0.74 0.36
HSL 20.16º 0.59% 0.4% -
HSV(B) 20.16º 0.74% 0.64% -
XYZ 18.82 14.25 3.95 -
YUV 102.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 164 83 42 0 0.49 0.74 0.36 20.16 0.59 0.4
Hex A4 53 2A 0 31 4A 24 14 3B 28
Octal 244 123 52 0 61 112 44 24 73 50
Binary 10100100 1010011 101010 0 110001 1001010 100100 10100 111011 101000

Color Harmonies of #A4532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4532A

Black with #A4532A

Text Example


Text Example

White with #A4532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4532A; }

 p { color: rgb(164,83,42); }

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

background-color css

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

 a { background-color: rgb(164,83,42); }

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

border-color css

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

 span { border-color: rgb(164,83,42); }

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