#CF5812

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

Shades of Tenne (Tawny) #CF5812

Tints of Tenne (Tawny) #CF5812

Color information

#CF5812 (or 0xCF5812) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 58 and 12. RGB value is (207,88,18). Sum of RGB (Red+Green+Blue) = 207+88+18=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5812 is #30A7ED. Grayscale: #737373. Windows color (decimal): -3188718 or 1202383. OLE color: 1202383.

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

Color convert

RGB2078818-
CMYK00.570.910.19
HSL22.22º84%44.12%-
HSV(B)22.22º91.3%81.18%-
XYZ29.3320.292.94-
YUV115.672.92193.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.13%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=66.13%
G=28.12%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207881800.570.910.1922.228444.12
HexCF58120395B1316542c
Octal31713022071133232612454
Binary110011111011000100100111001101101110011101101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5812; }

 p { color: rgb(207,88,18); }

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

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

 a { background-color: rgb(207,88,18); }

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

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

 span { border-color: rgb(207,88,18); }

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