Html Css Color HEX #D7520C Tenne (Tawny)

📋 copy color: '#D7520C'

red 215 ◦ green 82 ◦ blue 12

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

Shades of Tenne (Tawny) #D7520C

Tints of Tenne (Tawny) #D7520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 69.58%
G = 26.54%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7520C (or 0xD7520C) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 0C. RGB value is (215,82,12). Sum of RGB (Red+Green+Blue) = 215+82+12=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7520C is #28ADF3. Grayscale: #727272. Windows color (decimal): -2665972 or 807639. OLE color: 807639.

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

Color convert

RGB 215 82 12 -
CMYK 0 0.62 0.94 0.16
HSL 20.69º 0.89% 0.45% -
HSV(B) 20.69º 0.94% 0.84% -
XYZ 31.11 20.51 2.67 -
YUV 113.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 215 82 12 0 0.62 0.94 0.16 20.69 0.89 0.45
Hex D7 52 C 0 3E 5E 10 15 59 2D
Octal 327 122 14 0 76 136 20 25 131 55
Binary 11010111 1010010 1100 0 111110 1011110 10000 10101 1011001 101101

Color Harmonies of #D7520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7520C

Black with #D7520C

Text Example


Text Example

White with #D7520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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