#CD4D0A

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

Shades of Tenne (Tawny) #CD4D0A

Tints of Tenne (Tawny) #CD4D0A

Color information

#CD4D0A (or 0xCD4D0A) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 4D and 0A. RGB value is (205,77,10). Sum of RGB (Red+Green+Blue) = 205+77+10=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D0A is #32B2F5. Grayscale: #6C6C6C. Windows color (decimal): -3322614 or 675277. OLE color: 675277.

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

Color convert

RGB2057710-
CMYK00.620.950.20
HSL20.62º90.7%42.16%-
HSV(B)20.62º95.12%80.39%-
XYZ27.8918.312.35-
YUV107.6372.91197.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 70.21%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 10 (4.30% from 255) = 3.42%
R=70.21%
G=26.37%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205771000.620.950.2020.6290.742.16
HexCD4DA03E5F14155b2a
Octal31511512076137242513352
Binary11001101100110110100111110101111110100101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D0A; }

 p { color: rgb(205,77,10); }

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

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

 a { background-color: rgb(205,77,10); }

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

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

 span { border-color: rgb(205,77,10); }

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