#C75D0D

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

Shades of Tenne (Tawny) #C75D0D

Tints of Tenne (Tawny) #C75D0D

Color information

#C75D0D (or 0xC75D0D) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 5D and 0D. RGB value is (199,93,13). Sum of RGB (Red+Green+Blue) = 199+93+13=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D0D is #38A2F2. Grayscale: #747474. Windows color (decimal): -3711731 or 875975. OLE color: 875975.

HSL color Cylindrical-coordinate representation of color #C75D0D: hue angle of 25.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C75D0D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1999313-
CMYK00.530.930.22
HSL25.81º87.74%41.57%-
HSV(B)25.81º93.47%78.04%-
XYZ27.54202.79-
YUV115.5770.12187.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.25%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 13 (5.47% from 255) = 4.26%
R=65.25%
G=30.49%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199931300.530.930.2225.8187.7441.57
HexC75DD0355D161a582a
Octal30713515065135263213052
Binary11000111101110111010110101101110110110110101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D0D; }

 p { color: rgb(199,93,13); }

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

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

 a { background-color: rgb(199,93,13); }

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

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

 span { border-color: rgb(199,93,13); }

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