Html Css Color HEX #D7521A Chocolate

📋 copy color: '#D7521A'

red 215 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #D7521A

Tints of Chocolate #D7521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 66.56%
G = 25.39%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7521A (or 0xD7521A) is known color: Chocolate. HEX triplet: D7, 52 and 1A. RGB value is (215,82,26). Sum of RGB (Red+Green+Blue) = 215+82+26=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7521A is #28ADE5. Grayscale: #737373. Windows color (decimal): -2665958 or 1725143. OLE color: 1725143.

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

Color convert

RGB 215 82 26 -
CMYK 0 0.62 0.88 0.16
HSL 17.78º 0.78% 0.47% -
HSV(B) 17.78º 0.88% 0.84% -
XYZ 31.23 20.56 3.3 -
YUV 115.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 215 82 26 0 0.62 0.88 0.16 17.78 0.78 0.47
Hex D7 52 1A 0 3E 58 10 12 4E 2F
Octal 327 122 32 0 76 130 20 22 116 57
Binary 11010111 1010010 11010 0 111110 1011000 10000 10010 1001110 101111

Color Harmonies of #D7521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7521A

Black with #D7521A

Text Example


Text Example

White with #D7521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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