Html Css Color HEX #A4502B Sienna

📋 copy color: '#A4502B'

red 164 ◦ green 80 ◦ blue 43

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

Shades of Sienna #A4502B

Tints of Sienna #A4502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 57.14%
G = 27.87%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4502B (or 0xA4502B) is known color: Sienna. HEX triplet: A4, 50 and 2B. RGB value is (164,80,43). Sum of RGB (Red+Green+Blue) = 164+80+43=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A4502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4502B is #5BAFD4. Grayscale: #656565. Windows color (decimal): -6008789 or 2838692. OLE color: 2838692.

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

Color convert

RGB 164 80 43 -
CMYK 0 0.51 0.74 0.36
HSL 18.35º 0.58% 0.41% -
HSV(B) 18.35º 0.74% 0.64% -
XYZ 18.61 13.8 3.97 -
YUV 100.9 95.33 173.01 -
System Red Green Blue C M Y K H S L
Decimal 164 80 43 0 0.51 0.74 0.36 18.35 0.58 0.41
Hex A4 50 2B 0 33 4A 24 12 3A 29
Octal 244 120 53 0 63 112 44 22 72 51
Binary 10100100 1010000 101011 0 110011 1001010 100100 10010 111010 101001

Color Harmonies of #A4502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4502B

Black with #A4502B

Text Example


Text Example

White with #A4502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4502B; }

 p { color: rgb(164,80,43); }

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

background-color css

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

 a { background-color: rgb(164,80,43); }

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

border-color css

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

 span { border-color: rgb(164,80,43); }

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