Html Css Color HEX #A4552D Sienna

📋 copy color: '#A4552D'

red 164 ◦ green 85 ◦ blue 45

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

Shades of Sienna #A4552D

Tints of Sienna #A4552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

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

R = 55.78%
G = 28.91%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4552D (or 0xA4552D) is known color: Sienna. HEX triplet: A4, 55 and 2D. RGB value is (164,85,45). Sum of RGB (Red+Green+Blue) = 164+85+45=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4552D is #5BAAD2. Grayscale: #686868. Windows color (decimal): -6007507 or 2971044. OLE color: 2971044.

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

Color convert

RGB 164 85 45 -
CMYK 0 0.48 0.73 0.36
HSL 20.17º 0.57% 0.41% -
HSV(B) 20.17º 0.73% 0.64% -
XYZ 19.03 14.58 4.29 -
YUV 104.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 164 85 45 0 0.48 0.73 0.36 20.17 0.57 0.41
Hex A4 55 2D 0 30 49 24 14 39 29
Octal 244 125 55 0 60 111 44 24 71 51
Binary 10100100 1010101 101101 0 110000 1001001 100100 10100 111001 101001

Color Harmonies of #A4552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4552D

Black with #A4552D

Text Example


Text Example

White with #A4552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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