#CD4407

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

Shades of Tenne (Tawny) #CD4407

Tints of Tenne (Tawny) #CD4407

Color information

#CD4407 (or 0xCD4407) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 44 and 07. RGB value is (205,68,7). Sum of RGB (Red+Green+Blue) = 205+68+7=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4407 is #32BBF8. Grayscale: #666666. Windows color (decimal): -3324921 or 476365. OLE color: 476365.

HSL color Cylindrical-coordinate representation of color #CD4407: hue angle of 18.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD4407 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB205687-
CMYK00.670.970.20
HSL18.48º93.4%41.57%-
HSV(B)18.48º96.59%80.39%-
XYZ27.2817.132.07-
YUV102.0174.39201.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 73.21%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=73.21%
G=24.29%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20568700.670.970.2018.4893.441.57
HexCD4470436114125d2a
Octal31510470103141242213552
Binary11001101100010011101000011110000110100100101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4407; }

 p { color: rgb(205,68,7); }

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

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

 a { background-color: rgb(205,68,7); }

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

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

 span { border-color: rgb(205,68,7); }

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