Html Css Color HEX #D75512 Tenne (Tawny)

📋 copy color: '#D75512'

red 215 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #D75512

Tints of Tenne (Tawny) #D75512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 67.61%
G = 26.73%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D75512 (or 0xD75512) is known color: Tenne (Tawny). HEX triplet: D7, 55 and 12. RGB value is (215,85,18). Sum of RGB (Red+Green+Blue) = 215+85+18=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75512 is #28AAED. Grayscale: #747474. Windows color (decimal): -2665198 or 1201623. OLE color: 1201623.

HSL color Cylindrical-coordinate representation of color #D75512: hue angle of 20.41º 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 #D75512 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 18 -
CMYK 0 0.60 0.92 0.16
HSL 20.41º 0.85% 0.46% -
HSV(B) 20.41º 0.92% 0.84% -
XYZ 31.38 20.99 2.97 -
YUV 116.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 215 85 18 0 0.60 0.92 0.16 20.41 0.85 0.46
Hex D7 55 12 0 3C 5C 10 14 55 2E
Octal 327 125 22 0 74 134 20 24 125 56
Binary 11010111 1010101 10010 0 111100 1011100 10000 10100 1010101 101110

Color Harmonies of #D75512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75512

Black with #D75512

Text Example


Text Example

White with #D75512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75512; }

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

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

background-color css

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

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

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

border-color css

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

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

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