Html Css Color HEX #A34D2D Sienna

📋 copy color: '#A34D2D'

red 163 ◦ green 77 ◦ blue 45

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

Shades of Sienna #A34D2D

Tints of Sienna #A34D2D

RGB

 RED value IS 163 (64.06% from 255) = 57.19%

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 57.19%
G = 27.02%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A34D2D (or 0xA34D2D) is known color: Sienna. HEX triplet: A3, 4D and 2D. RGB value is (163,77,45). Sum of RGB (Red+Green+Blue) = 163+77+45=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D2D is #5CB2D2. Grayscale: #636363. Windows color (decimal): -6075091 or 2968995. OLE color: 2968995.

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

Color convert

RGB 163 77 45 -
CMYK 0 0.53 0.72 0.36
HSL 16.27º 0.57% 0.41% -
HSV(B) 16.27º 0.72% 0.64% -
XYZ 18.23 13.28 4.09 -
YUV 99.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 163 77 45 0 0.53 0.72 0.36 16.27 0.57 0.41
Hex A3 4D 2D 0 35 48 24 10 39 29
Octal 243 115 55 0 65 110 44 20 71 51
Binary 10100011 1001101 101101 0 110101 1001000 100100 10000 111001 101001

Color Harmonies of #A34D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D2D

Black with #A34D2D

Text Example


Text Example

White with #A34D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D2D; }

 p { color: rgb(163,77,45); }

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

background-color css

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

 a { background-color: rgb(163,77,45); }

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

border-color css

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

 span { border-color: rgb(163,77,45); }

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