Html Css Color HEX #D75812 Tenne (Tawny)

📋 copy color: '#D75812'

red 215 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #D75812

Tints of Tenne (Tawny) #D75812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 66.98%
G = 27.41%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D75812 (or 0xD75812) is known color: Tenne (Tawny). HEX triplet: D7, 58 and 12. RGB value is (215,88,18). Sum of RGB (Red+Green+Blue) = 215+88+18=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D75812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75812 is #28A7ED. Grayscale: #767676. Windows color (decimal): -2664430 or 1202391. OLE color: 1202391.

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

Color convert

RGB 215 88 18 -
CMYK 0 0.59 0.92 0.16
HSL 21.32º 0.85% 0.46% -
HSV(B) 21.32º 0.92% 0.84% -
XYZ 31.62 21.47 3.05 -
YUV 117.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 215 88 18 0 0.59 0.92 0.16 21.32 0.85 0.46
Hex D7 58 12 0 3B 5C 10 15 55 2E
Octal 327 130 22 0 73 134 20 25 125 56
Binary 11010111 1011000 10010 0 111011 1011100 10000 10101 1010101 101110

Color Harmonies of #D75812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75812

Black with #D75812

Text Example


Text Example

White with #D75812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75812; }

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

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

background-color css

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

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

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

border-color css

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

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

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