Html Css Color HEX #A4532F Sienna

📋 copy color: '#A4532F'

red 164 ◦ green 83 ◦ blue 47

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

Shades of Sienna #A4532F

Tints of Sienna #A4532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 55.78%
G = 28.23%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4532F (or 0xA4532F) is known color: Sienna. HEX triplet: A4, 53 and 2F. RGB value is (164,83,47). Sum of RGB (Red+Green+Blue) = 164+83+47=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4532F is #5BACD0. Grayscale: #676767. Windows color (decimal): -6008017 or 3101604. OLE color: 3101604.

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

Color convert

RGB 164 83 47 -
CMYK 0 0.49 0.71 0.36
HSL 18.46º 0.55% 0.41% -
HSV(B) 18.46º 0.71% 0.64% -
XYZ 18.92 14.28 4.45 -
YUV 103.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 164 83 47 0 0.49 0.71 0.36 18.46 0.55 0.41
Hex A4 53 2F 0 31 47 24 12 37 29
Octal 244 123 57 0 61 107 44 22 67 51
Binary 10100100 1010011 101111 0 110001 1000111 100100 10010 110111 101001

Color Harmonies of #A4532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4532F

Black with #A4532F

Text Example


Text Example

White with #A4532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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