Html Css Color HEX #D36513 Chocolate

📋 copy color: '#D36513'

red 211 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D36513

Tints of Chocolate #D36513

RGB

 RED value IS 211 (82.81% from 255) = 63.75%

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

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

R = 63.75%
G = 30.51%
B = 5.74%

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

#D36513 (or 0xD36513) is known color: Chocolate. HEX triplet: D3, 65 and 13. RGB value is (211,101,19). Sum of RGB (Red+Green+Blue) = 211+101+19=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D36513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36513 is #2C9AEC. Grayscale: #7C7C7C. Windows color (decimal): -2923245 or 1271251. OLE color: 1271251.

HSL color Cylindrical-coordinate representation of color #D36513: hue angle of 25.62º degrees, saturation: 0.83, 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 #D36513 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 101 19 -
CMYK 0 0.52 0.91 0.17
HSL 25.63º 0.83% 0.45% -
HSV(B) 25.63º 0.91% 0.83% -
XYZ 31.64 23.2 3.43 -
YUV 124.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 211 101 19 0 0.52 0.91 0.17 25.63 0.83 0.45
Hex D3 65 13 0 34 5B 11 1A 53 2D
Octal 323 145 23 0 64 133 21 32 123 55
Binary 11010011 1100101 10011 0 110100 1011011 10001 11010 1010011 101101

Color Harmonies of #D36513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36513

Black with #D36513

Text Example


Text Example

White with #D36513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36513; }

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

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

background-color css

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

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

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

border-color css

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

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

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