Html Css Color HEX #D77413 Chocolate

📋 copy color: '#D77413'

red 215 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #D77413

Tints of Chocolate #D77413

RGB

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

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

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

R = 61.43%
G = 33.14%
B = 5.43%

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

#D77413 (or 0xD77413) is known color: Chocolate. HEX triplet: D7, 74 and 13. RGB value is (215,116,19). Sum of RGB (Red+Green+Blue) = 215+116+19=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77413 is #288BEC. Grayscale: #878787. Windows color (decimal): -2657261 or 1275095. OLE color: 1275095.

HSL color Cylindrical-coordinate representation of color #D77413: hue angle of 29.69º 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 #D77413 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 19 -
CMYK 0 0.46 0.91 0.16
HSL 29.69º 0.84% 0.46% -
HSV(B) 29.69º 0.91% 0.84% -
XYZ 34.39 26.98 4.01 -
YUV 134.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 215 116 19 0 0.46 0.91 0.16 29.69 0.84 0.46
Hex D7 74 13 0 2E 5B 10 1E 54 2E
Octal 327 164 23 0 56 133 20 36 124 56
Binary 11010111 1110100 10011 0 101110 1011011 10000 11110 1010100 101110

Color Harmonies of #D77413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77413

Black with #D77413

Text Example


Text Example

White with #D77413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77413; }

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

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

background-color css

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

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

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

border-color css

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

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

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