Html Css Color HEX #A24C2D Sienna

📋 copy color: '#A24C2D'

red 162 ◦ green 76 ◦ blue 45

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

Shades of Sienna #A24C2D

Tints of Sienna #A24C2D

RGB

 RED value IS 162 (63.67% from 255) = 57.24%

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 57.24%
G = 26.86%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A24C2D (or 0xA24C2D) is known color: Sienna. HEX triplet: A2, 4C and 2D. RGB value is (162,76,45). Sum of RGB (Red+Green+Blue) = 162+76+45=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C2D is #5DB3D2. Grayscale: #626262. Windows color (decimal): -6140883 or 2968738. OLE color: 2968738.

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

Color convert

RGB 162 76 45 -
CMYK 0 0.53 0.72 0.36
HSL 15.9º 0.57% 0.41% -
HSV(B) 15.9º 0.72% 0.64% -
XYZ 17.96 13.04 4.05 -
YUV 98.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 162 76 45 0 0.53 0.72 0.36 15.9 0.57 0.41
Hex A2 4C 2D 0 35 48 24 10 39 29
Octal 242 114 55 0 65 110 44 20 71 51
Binary 10100010 1001100 101101 0 110101 1001000 100100 10000 111001 101001

Color Harmonies of #A24C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C2D

Black with #A24C2D

Text Example


Text Example

White with #A24C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C2D; }

 p { color: rgb(162,76,45); }

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

background-color css

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

 a { background-color: rgb(162,76,45); }

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

border-color css

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

 span { border-color: rgb(162,76,45); }

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