Html Css Color HEX #D3521A Chocolate

📋 copy color: '#D3521A'

red 211 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #D3521A

Tints of Chocolate #D3521A

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

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

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

R = 66.14%
G = 25.71%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3521A (or 0xD3521A) is known color: Chocolate. HEX triplet: D3, 52 and 1A. RGB value is (211,82,26). Sum of RGB (Red+Green+Blue) = 211+82+26=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3521A is #2CADE5. Grayscale: #727272. Windows color (decimal): -2928102 or 1725139. OLE color: 1725139.

HSL color Cylindrical-coordinate representation of color #D3521A: hue angle of 18.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3521A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 26 -
CMYK 0 0.61 0.88 0.17
HSL 18.16º 0.78% 0.46% -
HSV(B) 18.16º 0.88% 0.83% -
XYZ 30.07 19.96 3.24 -
YUV 114.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 211 82 26 0 0.61 0.88 0.17 18.16 0.78 0.46
Hex D3 52 1A 0 3D 58 11 12 4E 2E
Octal 323 122 32 0 75 130 21 22 116 56
Binary 11010011 1010010 11010 0 111101 1011000 10001 10010 1001110 101110

Color Harmonies of #D3521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3521A

Black with #D3521A

Text Example


Text Example

White with #D3521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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