Html Css Color HEX #A45330 Sienna

📋 copy color: '#A45330'

red 164 ◦ green 83 ◦ blue 48

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

Shades of Sienna #A45330

Tints of Sienna #A45330

RGB

 RED value IS 164 (64.45% from 255) = 55.59%

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

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

R = 55.59%
G = 28.14%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A45330 (or 0xA45330) is known color: Sienna. HEX triplet: A4, 53 and 30. RGB value is (164,83,48). Sum of RGB (Red+Green+Blue) = 164+83+48=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A45330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45330 is #5BACCF. Grayscale: #676767. Windows color (decimal): -6008016 or 3167140. OLE color: 3167140.

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

Color convert

RGB 164 83 48 -
CMYK 0 0.49 0.71 0.36
HSL 18.1º 0.55% 0.42% -
HSV(B) 18.1º 0.71% 0.64% -
XYZ 18.94 14.29 4.56 -
YUV 103.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 164 83 48 0 0.49 0.71 0.36 18.1 0.55 0.42
Hex A4 53 30 0 31 47 24 12 37 2A
Octal 244 123 60 0 61 107 44 22 67 52
Binary 10100100 1010011 110000 0 110001 1000111 100100 10010 110111 101010

Color Harmonies of #A45330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45330

Black with #A45330

Text Example


Text Example

White with #A45330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45330; }

 p { color: rgb(164,83,48); }

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

background-color css

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

 a { background-color: rgb(164,83,48); }

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

border-color css

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

 span { border-color: rgb(164,83,48); }

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