#D75508

Color #D75508 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D75508

Tints of Tenne (Tawny) #D75508

Color information

#D75508 (or 0xD75508) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 55 and 08. RGB value is (215,85,8). Sum of RGB (Red+Green+Blue) = 215+85+8=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D75508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75508 is #28AAF7. Grayscale: #737373. Windows color (decimal): -2665208 or 546263. OLE color: 546263.

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

Color convert

RGB215858-
CMYK00.600.960.16
HSL22.32º92.83%43.73%-
HSV(B)22.32º96.28%84.31%-
XYZ31.3220.962.63-
YUV115.0967.57199.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.81%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=69.81%
G=27.60%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21585800.600.960.1622.3292.8343.73
HexD755803C6010165d2c
Octal32712510074140202613554
Binary11010111101010110000111100110000010000101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75508; }

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

 H1.HeaderClassName
 {
   color: #D75508;
 }
 .AnyTagClassName
 {
   color: #D75508;
 }
</style>
background-color css

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

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

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

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

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

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