Html Css Color HEX #D46513 Chocolate

📋 copy color: '#D46513'

red 212 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D46513

Tints of Chocolate #D46513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 63.86%
G = 30.42%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D46513 (or 0xD46513) is known color: Chocolate. HEX triplet: D4, 65 and 13. RGB value is (212,101,19). Sum of RGB (Red+Green+Blue) = 212+101+19=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D46513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46513 is #2B9AEC. Grayscale: #7D7D7D. Windows color (decimal): -2857709 or 1271252. OLE color: 1271252.

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

Color convert

RGB 212 101 19 -
CMYK 0 0.52 0.91 0.17
HSL 25.49º 0.84% 0.45% -
HSV(B) 25.49º 0.91% 0.83% -
XYZ 31.92 23.35 3.44 -
YUV 124.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 212 101 19 0 0.52 0.91 0.17 25.49 0.84 0.45
Hex D4 65 13 0 34 5B 11 19 54 2D
Octal 324 145 23 0 64 133 21 31 124 55
Binary 11010100 1100101 10011 0 110100 1011011 10001 11001 1010100 101101

Color Harmonies of #D46513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46513

Black with #D46513

Text Example


Text Example

White with #D46513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46513; }

 p { color: rgb(212,101,19); }

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

background-color css

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

 a { background-color: rgb(212,101,19); }

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

border-color css

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

 span { border-color: rgb(212,101,19); }

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