Html Css Color HEX #D3520D Tenne (Tawny)

📋 copy color: '#D3520D'

red 211 ◦ green 82 ◦ blue 13

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

Shades of Tenne (Tawny) #D3520D

Tints of Tenne (Tawny) #D3520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 68.95%
G = 26.8%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3520D (or 0xD3520D) is known color: Tenne (Tawny). HEX triplet: D3, 52 and 0D. RGB value is (211,82,13). Sum of RGB (Red+Green+Blue) = 211+82+13=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3520D is #2CADF2. Grayscale: #717171. Windows color (decimal): -2928115 or 873171. OLE color: 873171.

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

Color convert

RGB 211 82 13 -
CMYK 0 0.61 0.94 0.17
HSL 20.91º 0.88% 0.44% -
HSV(B) 20.91º 0.94% 0.83% -
XYZ 29.95 19.91 2.65 -
YUV 112.71 71.74 198.11 -
System Red Green Blue C M Y K H S L
Decimal 211 82 13 0 0.61 0.94 0.17 20.91 0.88 0.44
Hex D3 52 D 0 3D 5E 11 15 58 2C
Octal 323 122 15 0 75 136 21 25 130 54
Binary 11010011 1010010 1101 0 111101 1011110 10001 10101 1011000 101100

Color Harmonies of #D3520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3520D

Black with #D3520D

Text Example


Text Example

White with #D3520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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