Html Css Color HEX #D7521C Chocolate

📋 copy color: '#D7521C'

red 215 ◦ green 82 ◦ blue 28

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

Shades of Chocolate #D7521C

Tints of Chocolate #D7521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 66.15%
G = 25.23%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7521C (or 0xD7521C) is known color: Chocolate. HEX triplet: D7, 52 and 1C. RGB value is (215,82,28). Sum of RGB (Red+Green+Blue) = 215+82+28=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7521C is #28ADE3. Grayscale: #737373. Windows color (decimal): -2665956 or 1856215. OLE color: 1856215.

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

Color convert

RGB 215 82 28 -
CMYK 0 0.62 0.87 0.16
HSL 17.33º 0.77% 0.48% -
HSV(B) 17.33º 0.87% 0.84% -
XYZ 31.25 20.57 3.42 -
YUV 115.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 215 82 28 0 0.62 0.87 0.16 17.33 0.77 0.48
Hex D7 52 1C 0 3E 57 10 11 4D 30
Octal 327 122 34 0 76 127 20 21 115 60
Binary 11010111 1010010 11100 0 111110 1010111 10000 10001 1001101 110000

Color Harmonies of #D7521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7521C

Black with #D7521C

Text Example


Text Example

White with #D7521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7521C; }

 p { color: rgb(215,82,28); }

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

background-color css

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

 a { background-color: rgb(215,82,28); }

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

border-color css

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

 span { border-color: rgb(215,82,28); }

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