Html Css Color HEX #D75A07 Tenne (Tawny)

📋 copy color: '#D75A07'

red 215 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #D75A07

Tints of Tenne (Tawny) #D75A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 68.91%
G = 28.85%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D75A07 (or 0xD75A07) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 07. RGB value is (215,90,7). Sum of RGB (Red+Green+Blue) = 215+90+7=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A07 is #28A5F8. Grayscale: #767676. Windows color (decimal): -2663929 or 482007. OLE color: 482007.

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

Color convert

RGB 215 90 7 -
CMYK 0 0.58 0.97 0.16
HSL 23.94º 0.94% 0.44% -
HSV(B) 23.94º 0.97% 0.84% -
XYZ 31.72 21.77 2.73 -
YUV 117.91 65.41 197.25 -
System Red Green Blue C M Y K H S L
Decimal 215 90 7 0 0.58 0.97 0.16 23.94 0.94 0.44
Hex D7 5A 7 0 3A 61 10 18 5E 2C
Octal 327 132 7 0 72 141 20 30 136 54
Binary 11010111 1011010 111 0 111010 1100001 10000 11000 1011110 101100

Color Harmonies of #D75A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A07

Black with #D75A07

Text Example


Text Example

White with #D75A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A07; }

 p { color: rgb(215,90,7); }

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

background-color css

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

 a { background-color: rgb(215,90,7); }

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

border-color css

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

 span { border-color: rgb(215,90,7); }

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