#C7540A

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

Shades of Tenne (Tawny) #C7540A

Tints of Tenne (Tawny) #C7540A

Color information

#C7540A (or 0xC7540A) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 54 and 0A. RGB value is (199,84,10). Sum of RGB (Red+Green+Blue) = 199+84+10=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7540A is #38ABF5. Grayscale: #6E6E6E. Windows color (decimal): -3714038 or 677063. OLE color: 677063.

HSL color Cylindrical-coordinate representation of color #C7540A: hue angle of 23.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7540A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1998410-
CMYK00.580.950.22
HSL23.49º90.43%40.98%-
HSV(B)23.49º94.97%78.04%-
XYZ26.7818.52.45-
YUV109.9571.6191.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.92%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=67.92%
G=28.67%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199841000.580.950.2223.4990.4340.98
HexC754A03A5F16175a29
Octal30712412072137262713251
Binary11000111101010010100111010101111110110101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7540A; }

 p { color: rgb(199,84,10); }

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

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

 a { background-color: rgb(199,84,10); }

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

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

 span { border-color: rgb(199,84,10); }

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