Html Css Color HEX #D5541A Chocolate

📋 copy color: '#D5541A'

red 213 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #D5541A

Tints of Chocolate #D5541A

RGB

 RED value IS 213 (83.59% from 255) = 65.94%

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 65.94%
G = 26.01%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5541A (or 0xD5541A) is known color: Chocolate. HEX triplet: D5, 54 and 1A. RGB value is (213,84,26). Sum of RGB (Red+Green+Blue) = 213+84+26=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5541A is #2AABE5. Grayscale: #747474. Windows color (decimal): -2796518 or 1725653. OLE color: 1725653.

HSL color Cylindrical-coordinate representation of color #D5541A: hue angle of 18.61º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5541A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 26 -
CMYK 0 0.61 0.88 0.16
HSL 18.61º 0.78% 0.47% -
HSV(B) 18.61º 0.88% 0.84% -
XYZ 30.8 20.56 3.32 -
YUV 115.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 213 84 26 0 0.61 0.88 0.16 18.61 0.78 0.47
Hex D5 54 1A 0 3D 58 10 13 4E 2F
Octal 325 124 32 0 75 130 20 23 116 57
Binary 11010101 1010100 11010 0 111101 1011000 10000 10011 1001110 101111

Color Harmonies of #D5541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5541A

Black with #D5541A

Text Example


Text Example

White with #D5541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5541A; }

 p { color: rgb(213,84,26); }

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

background-color css

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

 a { background-color: rgb(213,84,26); }

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

border-color css

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

 span { border-color: rgb(213,84,26); }

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