Html Css Color HEX #D77313 Chocolate

📋 copy color: '#D77313'

red 215 ◦ green 115 ◦ blue 19

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

Shades of Chocolate #D77313

Tints of Chocolate #D77313

RGB

 RED value IS 215 (84.38% from 255) = 61.6%

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 61.6%
G = 32.95%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77313 (or 0xD77313) is known color: Chocolate. HEX triplet: D7, 73 and 13. RGB value is (215,115,19). Sum of RGB (Red+Green+Blue) = 215+115+19=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D77313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77313 is #288CEC. Grayscale: #868686. Windows color (decimal): -2657517 or 1274839. OLE color: 1274839.

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

Color convert

RGB 215 115 19 -
CMYK 0 0.47 0.91 0.16
HSL 29.39º 0.84% 0.46% -
HSV(B) 29.39º 0.91% 0.84% -
XYZ 34.27 26.76 3.97 -
YUV 133.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 215 115 19 0 0.47 0.91 0.16 29.39 0.84 0.46
Hex D7 73 13 0 2F 5B 10 1D 54 2E
Octal 327 163 23 0 57 133 20 35 124 56
Binary 11010111 1110011 10011 0 101111 1011011 10000 11101 1010100 101110

Color Harmonies of #D77313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77313

Black with #D77313

Text Example


Text Example

White with #D77313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77313; }

 p { color: rgb(215,115,19); }

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

background-color css

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

 a { background-color: rgb(215,115,19); }

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

border-color css

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

 span { border-color: rgb(215,115,19); }

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