Html Css Color HEX #D76720 Chocolate

📋 copy color: '#D76720'

red 215 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #D76720

Tints of Chocolate #D76720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 61.43%
G = 29.43%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D76720 (or 0xD76720) is known color: Chocolate. HEX triplet: D7, 67 and 20. RGB value is (215,103,32). Sum of RGB (Red+Green+Blue) = 215+103+32=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D76720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76720 is #2898DF. Grayscale: #808080. Windows color (decimal): -2660576 or 2123735. OLE color: 2123735.

HSL color Cylindrical-coordinate representation of color #D76720: hue angle of 23.28º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D76720 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 32 -
CMYK 0 0.52 0.85 0.16
HSL 23.28º 0.74% 0.48% -
HSV(B) 23.28º 0.85% 0.84% -
XYZ 33.14 24.25 4.3 -
YUV 128.39 73.61 189.77 -
System Red Green Blue C M Y K H S L
Decimal 215 103 32 0 0.52 0.85 0.16 23.28 0.74 0.48
Hex D7 67 20 0 34 55 10 17 4A 30
Octal 327 147 40 0 64 125 20 27 112 60
Binary 11010111 1100111 100000 0 110100 1010101 10000 10111 1001010 110000

Color Harmonies of #D76720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76720

Black with #D76720

Text Example


Text Example

White with #D76720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76720; }

 p { color: rgb(215,103,32); }

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

background-color css

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

 a { background-color: rgb(215,103,32); }

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

border-color css

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

 span { border-color: rgb(215,103,32); }

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