Html Css Color HEX #A24B2D Sienna

📋 copy color: '#A24B2D'

red 162 ◦ green 75 ◦ blue 45

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

Shades of Sienna #A24B2D

Tints of Sienna #A24B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.6%

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

R = 57.45%
G = 26.6%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A24B2D (or 0xA24B2D) is known color: Sienna. HEX triplet: A2, 4B and 2D. RGB value is (162,75,45). Sum of RGB (Red+Green+Blue) = 162+75+45=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B2D is #5DB4D2. Grayscale: #616161. Windows color (decimal): -6141139 or 2968482. OLE color: 2968482.

HSL color Cylindrical-coordinate representation of color #A24B2D: hue angle of 15.38º 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 #A24B2D is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 75 45 -
CMYK 0 0.54 0.72 0.36
HSL 15.38º 0.57% 0.41% -
HSV(B) 15.38º 0.72% 0.64% -
XYZ 17.89 12.9 4.03 -
YUV 97.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 162 75 45 0 0.54 0.72 0.36 15.38 0.57 0.41
Hex A2 4B 2D 0 36 48 24 F 39 29
Octal 242 113 55 0 66 110 44 17 71 51
Binary 10100010 1001011 101101 0 110110 1001000 100100 1111 111001 101001

Color Harmonies of #A24B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B2D

Black with #A24B2D

Text Example


Text Example

White with #A24B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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