#cf5a0a

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

Shades of Tenne (Tawny) #CF5A0A

Tints of Tenne (Tawny) #CF5A0A

Color information

#CF5A0A (or 0xCF5A0A) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 5A and 0A. RGB value is (207,90,10). Sum of RGB (Red+Green+Blue) = 207+90+10=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A0A is #30A5F5. Grayscale: #747474. Windows color (decimal): -3188214 or 678607. OLE color: 678607.

HSL color Cylindrical-coordinate representation of color #CF5A0A: hue angle of 24.37º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF5A0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB2079010-
CMYK00.570.950.19
HSL24.37º90.78%42.55%-
HSV(B)24.37º95.17%81.18%-
XYZ29.4420.62.71-
YUV115.8668.26193-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.43%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=67.43%
G=29.32%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207901000.570.950.1924.3790.7842.55
HexCF5AA0395F13185b2b
Octal31713212071137233013353
Binary11001111101101010100111001101111110011110001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5a0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5a0a; }

 p { color: rgb(207,90,10); }

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

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

 a { background-color: rgb(207,90,10); }

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

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

 span { border-color: rgb(207,90,10); }

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