Html Css Color HEX #D57413 Chocolate

📋 copy color: '#D57413'

red 213 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #D57413

Tints of Chocolate #D57413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 61.21%
G = 33.33%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D57413 (or 0xD57413) is known color: Chocolate. HEX triplet: D5, 74 and 13. RGB value is (213,116,19). Sum of RGB (Red+Green+Blue) = 213+116+19=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D57413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57413 is #2A8BEC. Grayscale: #868686. Windows color (decimal): -2788333 or 1275093. OLE color: 1275093.

HSL color Cylindrical-coordinate representation of color #D57413: hue angle of 30º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D57413 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 19 -
CMYK 0 0.46 0.91 0.16
HSL 30º 0.84% 0.45% -
HSV(B) 30º 0.91% 0.84% -
XYZ 33.8 26.68 3.98 -
YUV 133.95 63.14 184.39 -
System Red Green Blue C M Y K H S L
Decimal 213 116 19 0 0.46 0.91 0.16 30 0.84 0.45
Hex D5 74 13 0 2E 5B 10 1E 54 2D
Octal 325 164 23 0 56 133 20 36 124 55
Binary 11010101 1110100 10011 0 101110 1011011 10000 11110 1010100 101101

Color Harmonies of #D57413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57413

Black with #D57413

Text Example


Text Example

White with #D57413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57413; }

 p { color: rgb(213,116,19); }

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

background-color css

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

 a { background-color: rgb(213,116,19); }

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

border-color css

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

 span { border-color: rgb(213,116,19); }

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