Html Css Color HEX #D4541A Chocolate

📋 copy color: '#D4541A'

red 212 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #D4541A

Tints of Chocolate #D4541A

RGB

 RED value IS 212 (83.2% from 255) = 65.84%

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

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

R = 65.84%
G = 26.09%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4541A (or 0xD4541A) is known color: Chocolate. HEX triplet: D4, 54 and 1A. RGB value is (212,84,26). Sum of RGB (Red+Green+Blue) = 212+84+26=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4541A is #2BABE5. Grayscale: #747474. Windows color (decimal): -2862054 or 1725652. OLE color: 1725652.

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

Color convert

RGB 212 84 26 -
CMYK 0 0.60 0.88 0.17
HSL 18.71º 0.78% 0.47% -
HSV(B) 18.71º 0.88% 0.83% -
XYZ 30.51 20.41 3.31 -
YUV 115.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 212 84 26 0 0.60 0.88 0.17 18.71 0.78 0.47
Hex D4 54 1A 0 3C 58 11 13 4E 2F
Octal 324 124 32 0 74 130 21 23 116 57
Binary 11010100 1010100 11010 0 111100 1011000 10001 10011 1001110 101111

Color Harmonies of #D4541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4541A

Black with #D4541A

Text Example


Text Example

White with #D4541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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