Html Css Color HEX #A35331 Sienna

📋 copy color: '#A35331'

red 163 ◦ green 83 ◦ blue 49

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

Shades of Sienna #A35331

Tints of Sienna #A35331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 55.25%
G = 28.14%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A35331 (or 0xA35331) is known color: Sienna. HEX triplet: A3, 53 and 31. RGB value is (163,83,49). Sum of RGB (Red+Green+Blue) = 163+83+49=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A35331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35331 is #5CACCE. Grayscale: #676767. Windows color (decimal): -6073551 or 3232675. OLE color: 3232675.

HSL color Cylindrical-coordinate representation of color #A35331: hue angle of 17.89º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A35331 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 49 -
CMYK 0 0.49 0.70 0.36
HSL 17.89º 0.54% 0.42% -
HSV(B) 17.89º 0.7% 0.64% -
XYZ 18.75 14.19 4.66 -
YUV 103.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 163 83 49 0 0.49 0.70 0.36 17.89 0.54 0.42
Hex A3 53 31 0 31 46 24 12 36 2A
Octal 243 123 61 0 61 106 44 22 66 52
Binary 10100011 1010011 110001 0 110001 1000110 100100 10010 110110 101010

Color Harmonies of #A35331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35331

Black with #A35331

Text Example


Text Example

White with #A35331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35331; }

 p { color: rgb(163,83,49); }

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

background-color css

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

 a { background-color: rgb(163,83,49); }

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

border-color css

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

 span { border-color: rgb(163,83,49); }

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