Html Css Color HEX #A34C2F Sienna

📋 copy color: '#A34C2F'

red 163 ◦ green 76 ◦ blue 47

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

Shades of Sienna #A34C2F

Tints of Sienna #A34C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 56.99%
G = 26.57%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A34C2F (or 0xA34C2F) is known color: Sienna. HEX triplet: A3, 4C and 2F. RGB value is (163,76,47). Sum of RGB (Red+Green+Blue) = 163+76+47=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C2F is #5CB3D0. Grayscale: #626262. Windows color (decimal): -6075345 or 3099811. OLE color: 3099811.

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

Color convert

RGB 163 76 47 -
CMYK 0 0.53 0.71 0.36
HSL 15º 0.55% 0.41% -
HSV(B) 15º 0.71% 0.64% -
XYZ 18.2 13.16 4.27 -
YUV 98.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 163 76 47 0 0.53 0.71 0.36 15 0.55 0.41
Hex A3 4C 2F 0 35 47 24 F 37 29
Octal 243 114 57 0 65 107 44 17 67 51
Binary 10100011 1001100 101111 0 110101 1000111 100100 1111 110111 101001

Color Harmonies of #A34C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C2F

Black with #A34C2F

Text Example


Text Example

White with #A34C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C2F; }

 p { color: rgb(163,76,47); }

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

background-color css

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

 a { background-color: rgb(163,76,47); }

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

border-color css

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

 span { border-color: rgb(163,76,47); }

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