Html Css Color HEX #A35231 Sienna

📋 copy color: '#A35231'

red 163 ◦ green 82 ◦ blue 49

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

Shades of Sienna #A35231

Tints of Sienna #A35231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 55.44%
G = 27.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A35231 (or 0xA35231) is known color: Sienna. HEX triplet: A3, 52 and 31. RGB value is (163,82,49). Sum of RGB (Red+Green+Blue) = 163+82+49=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A35231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35231 is #5CADCE. Grayscale: #666666. Windows color (decimal): -6073807 or 3232419. OLE color: 3232419.

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

Color convert

RGB 163 82 49 -
CMYK 0 0.50 0.70 0.36
HSL 17.37º 0.54% 0.42% -
HSV(B) 17.37º 0.7% 0.64% -
XYZ 18.68 14.04 4.63 -
YUV 102.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 163 82 49 0 0.50 0.70 0.36 17.37 0.54 0.42
Hex A3 52 31 0 32 46 24 11 36 2A
Octal 243 122 61 0 62 106 44 21 66 52
Binary 10100011 1010010 110001 0 110010 1000110 100100 10001 110110 101010

Color Harmonies of #A35231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35231

Black with #A35231

Text Example


Text Example

White with #A35231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35231; }

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

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

background-color css

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

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

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

border-color css

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

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

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