Html Css Color HEX #A5532C Sienna

📋 copy color: '#A5532C'

red 165 ◦ green 83 ◦ blue 44

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

Shades of Sienna #A5532C

Tints of Sienna #A5532C

RGB

 RED value IS 165 (64.84% from 255) = 56.51%

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

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

R = 56.51%
G = 28.42%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5532C (or 0xA5532C) is known color: Sienna. HEX triplet: A5, 53 and 2C. RGB value is (165,83,44). Sum of RGB (Red+Green+Blue) = 165+83+44=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5532C is #5AACD3. Grayscale: #676767. Windows color (decimal): -5942484 or 2904997. OLE color: 2904997.

HSL color Cylindrical-coordinate representation of color #A5532C: hue angle of 19.34º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5532C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 44 -
CMYK 0 0.50 0.73 0.35
HSL 19.34º 0.58% 0.41% -
HSV(B) 19.34º 0.73% 0.65% -
XYZ 19.06 14.37 4.15 -
YUV 103.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 165 83 44 0 0.50 0.73 0.35 19.34 0.58 0.41
Hex A5 53 2C 0 32 49 23 13 3A 29
Octal 245 123 54 0 62 111 43 23 72 51
Binary 10100101 1010011 101100 0 110010 1001001 100011 10011 111010 101001

Color Harmonies of #A5532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5532C

Black with #A5532C

Text Example


Text Example

White with #A5532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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