Html Css Color HEX #A4532C Sienna

📋 copy color: '#A4532C'

red 164 ◦ green 83 ◦ blue 44

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

Shades of Sienna #A4532C

Tints of Sienna #A4532C

RGB

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

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

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

R = 56.36%
G = 28.52%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4532C (or 0xA4532C) is known color: Sienna. HEX triplet: A4, 53 and 2C. RGB value is (164,83,44). Sum of RGB (Red+Green+Blue) = 164+83+44=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4532C is #5BACD3. Grayscale: #676767. Windows color (decimal): -6008020 or 2904996. OLE color: 2904996.

HSL color Cylindrical-coordinate representation of color #A4532C: hue angle of 19.5º degrees, saturation: 0.58, 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 #A4532C is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 44 -
CMYK 0 0.49 0.73 0.36
HSL 19.5º 0.58% 0.41% -
HSV(B) 19.5º 0.73% 0.64% -
XYZ 18.86 14.26 4.14 -
YUV 102.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 164 83 44 0 0.49 0.73 0.36 19.5 0.58 0.41
Hex A4 53 2C 0 31 49 24 14 3A 29
Octal 244 123 54 0 61 111 44 24 72 51
Binary 10100100 1010011 101100 0 110001 1001001 100100 10100 111010 101001

Color Harmonies of #A4532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4532C

Black with #A4532C

Text Example


Text Example

White with #A4532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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