Html Css Color HEX #D75412 Tenne (Tawny)

📋 copy color: '#D75412'

red 215 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #D75412

Tints of Tenne (Tawny) #D75412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 67.82%
G = 26.5%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D75412 (or 0xD75412) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 12. RGB value is (215,84,18). Sum of RGB (Red+Green+Blue) = 215+84+18=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D75412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75412 is #28ABED. Grayscale: #747474. Windows color (decimal): -2665454 or 1201367. OLE color: 1201367.

HSL color Cylindrical-coordinate representation of color #D75412: hue angle of 20.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D75412 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 84 18 -
CMYK 0 0.61 0.92 0.16
HSL 20.1º 0.85% 0.46% -
HSV(B) 20.1º 0.92% 0.84% -
XYZ 31.3 20.83 2.94 -
YUV 115.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 215 84 18 0 0.61 0.92 0.16 20.1 0.85 0.46
Hex D7 54 12 0 3D 5C 10 14 55 2E
Octal 327 124 22 0 75 134 20 24 125 56
Binary 11010111 1010100 10010 0 111101 1011100 10000 10100 1010101 101110

Color Harmonies of #D75412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75412

Black with #D75412

Text Example


Text Example

White with #D75412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75412; }

 p { color: rgb(215,84,18); }

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

background-color css

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

 a { background-color: rgb(215,84,18); }

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

border-color css

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

 span { border-color: rgb(215,84,18); }

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