Html Css Color HEX #A34B2C Sienna

📋 copy color: '#A34B2C'

red 163 ◦ green 75 ◦ blue 44

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

Shades of Sienna #A34B2C

Tints of Sienna #A34B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.6%

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

R = 57.8%
G = 26.6%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A34B2C (or 0xA34B2C) is known color: Sienna. HEX triplet: A3, 4B and 2C. RGB value is (163,75,44). Sum of RGB (Red+Green+Blue) = 163+75+44=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B2C is #5CB4D3. Grayscale: #616161. Windows color (decimal): -6075604 or 2902947. OLE color: 2902947.

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

Color convert

RGB 163 75 44 -
CMYK 0 0.54 0.73 0.36
HSL 15.63º 0.57% 0.41% -
HSV(B) 15.63º 0.73% 0.64% -
XYZ 18.07 13 3.94 -
YUV 97.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 163 75 44 0 0.54 0.73 0.36 15.63 0.57 0.41
Hex A3 4B 2C 0 36 49 24 10 39 29
Octal 243 113 54 0 66 111 44 20 71 51
Binary 10100011 1001011 101100 0 110110 1001001 100100 10000 111001 101001

Color Harmonies of #A34B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B2C

Black with #A34B2C

Text Example


Text Example

White with #A34B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B2C; }

 p { color: rgb(163,75,44); }

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

background-color css

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

 a { background-color: rgb(163,75,44); }

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

border-color css

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

 span { border-color: rgb(163,75,44); }

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