Html Css Color HEX #A44A28 Sienna

📋 copy color: '#A44A28'

red 164 ◦ green 74 ◦ blue 40

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

Shades of Sienna #A44A28

Tints of Sienna #A44A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 58.99%
G = 26.62%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A44A28 (or 0xA44A28) is known color: Sienna. HEX triplet: A4, 4A and 28. RGB value is (164,74,40). Sum of RGB (Red+Green+Blue) = 164+74+40=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A28 is #5BB5D7. Grayscale: #616161. Windows color (decimal): -6010328 or 2640548. OLE color: 2640548.

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

Color convert

RGB 164 74 40 -
CMYK 0 0.55 0.76 0.36
HSL 16.45º 0.61% 0.4% -
HSV(B) 16.45º 0.76% 0.64% -
XYZ 18.14 12.94 3.55 -
YUV 97.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 164 74 40 0 0.55 0.76 0.36 16.45 0.61 0.4
Hex A4 4A 28 0 37 4C 24 10 3D 28
Octal 244 112 50 0 67 114 44 20 75 50
Binary 10100100 1001010 101000 0 110111 1001100 100100 10000 111101 101000

Color Harmonies of #A44A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A28

Black with #A44A28

Text Example


Text Example

White with #A44A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A28; }

 p { color: rgb(164,74,40); }

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

background-color css

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

 a { background-color: rgb(164,74,40); }

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

border-color css

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

 span { border-color: rgb(164,74,40); }

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