Html Css Color HEX #A15230 Sienna

📋 copy color: '#A15230'

red 161 ◦ green 82 ◦ blue 48

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

Shades of Sienna #A15230

Tints of Sienna #A15230

RGB

 RED value IS 161 (63.28% from 255) = 55.33%

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

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

R = 55.33%
G = 28.18%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A15230 (or 0xA15230) is known color: Sienna. HEX triplet: A1, 52 and 30. RGB value is (161,82,48). Sum of RGB (Red+Green+Blue) = 161+82+48=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A15230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15230 is #5EADCF. Grayscale: #656565. Windows color (decimal): -6204880 or 3166881. OLE color: 3166881.

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

Color convert

RGB 161 82 48 -
CMYK 0 0.49 0.70 0.37
HSL 18.05º 0.54% 0.41% -
HSV(B) 18.05º 0.7% 0.63% -
XYZ 18.25 13.83 4.5 -
YUV 101.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 161 82 48 0 0.49 0.70 0.37 18.05 0.54 0.41
Hex A1 52 30 0 31 46 25 12 36 29
Octal 241 122 60 0 61 106 45 22 66 51
Binary 10100001 1010010 110000 0 110001 1000110 100101 10010 110110 101001

Color Harmonies of #A15230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15230

Black with #A15230

Text Example


Text Example

White with #A15230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15230; }

 p { color: rgb(161,82,48); }

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

background-color css

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

 a { background-color: rgb(161,82,48); }

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

border-color css

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

 span { border-color: rgb(161,82,48); }

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