Html Css Color HEX #A5552B Sienna

📋 copy color: '#A5552B'

red 165 ◦ green 85 ◦ blue 43

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

Shades of Sienna #A5552B

Tints of Sienna #A5552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 56.31%
G = 29.01%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5552B (or 0xA5552B) is known color: Sienna. HEX triplet: A5, 55 and 2B. RGB value is (165,85,43). Sum of RGB (Red+Green+Blue) = 165+85+43=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5552B is #5AAAD4. Grayscale: #686868. Windows color (decimal): -5941973 or 2839973. OLE color: 2839973.

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

Color convert

RGB 165 85 43 -
CMYK 0 0.48 0.74 0.35
HSL 20.66º 0.59% 0.41% -
HSV(B) 20.66º 0.74% 0.65% -
XYZ 19.2 14.67 4.11 -
YUV 104.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 165 85 43 0 0.48 0.74 0.35 20.66 0.59 0.41
Hex A5 55 2B 0 30 4A 23 15 3B 29
Octal 245 125 53 0 60 112 43 25 73 51
Binary 10100101 1010101 101011 0 110000 1001010 100011 10101 111011 101001

Color Harmonies of #A5552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5552B

Black with #A5552B

Text Example


Text Example

White with #A5552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5552B; }

 p { color: rgb(165,85,43); }

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

background-color css

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

 a { background-color: rgb(165,85,43); }

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

border-color css

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

 span { border-color: rgb(165,85,43); }

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