Html Css Color HEX #A5582D Sienna

📋 copy color: '#A5582D'

red 165 ◦ green 88 ◦ blue 45

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

Shades of Sienna #A5582D

Tints of Sienna #A5582D

RGB

 RED value IS 165 (64.84% from 255) = 55.37%

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 55.37%
G = 29.53%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5582D (or 0xA5582D) is known color: Sienna. HEX triplet: A5, 58 and 2D. RGB value is (165,88,45). Sum of RGB (Red+Green+Blue) = 165+88+45=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5582D is #5AA7D2. Grayscale: #6A6A6A. Windows color (decimal): -5941203 or 2971813. OLE color: 2971813.

HSL color Cylindrical-coordinate representation of color #A5582D: hue angle of 21.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5582D is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 45 -
CMYK 0 0.47 0.73 0.35
HSL 21.5º 0.57% 0.41% -
HSV(B) 21.5º 0.73% 0.65% -
XYZ 19.48 15.17 4.38 -
YUV 106.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 165 88 45 0 0.47 0.73 0.35 21.5 0.57 0.41
Hex A5 58 2D 0 2F 49 23 16 39 29
Octal 245 130 55 0 57 111 43 26 71 51
Binary 10100101 1011000 101101 0 101111 1001001 100011 10110 111001 101001

Color Harmonies of #A5582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5582D

Black with #A5582D

Text Example


Text Example

White with #A5582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5582D; }

 p { color: rgb(165,88,45); }

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

background-color css

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

 a { background-color: rgb(165,88,45); }

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

border-color css

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

 span { border-color: rgb(165,88,45); }

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