Html Css Color HEX #A34E30 Sienna

📋 copy color: '#A34E30'

red 163 ◦ green 78 ◦ blue 48

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

Shades of Sienna #A34E30

Tints of Sienna #A34E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 56.4%
G = 26.99%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A34E30 (or 0xA34E30) is known color: Sienna. HEX triplet: A3, 4E and 30. RGB value is (163,78,48). Sum of RGB (Red+Green+Blue) = 163+78+48=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E30 is #5CB1CF. Grayscale: #646464. Windows color (decimal): -6074832 or 3165859. OLE color: 3165859.

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

Color convert

RGB 163 78 48 -
CMYK 0 0.52 0.71 0.36
HSL 15.65º 0.55% 0.41% -
HSV(B) 15.65º 0.71% 0.64% -
XYZ 18.36 13.45 4.42 -
YUV 100 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 163 78 48 0 0.52 0.71 0.36 15.65 0.55 0.41
Hex A3 4E 30 0 34 47 24 10 37 29
Octal 243 116 60 0 64 107 44 20 67 51
Binary 10100011 1001110 110000 0 110100 1000111 100100 10000 110111 101001

Color Harmonies of #A34E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E30

Black with #A34E30

Text Example


Text Example

White with #A34E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E30; }

 p { color: rgb(163,78,48); }

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

background-color css

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

 a { background-color: rgb(163,78,48); }

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

border-color css

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

 span { border-color: rgb(163,78,48); }

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