#C24A03

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

Shades of Tenne (Tawny) #C24A03

Tints of Tenne (Tawny) #C24A03

Color information

#C24A03 (or 0xC24A03) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 4A and 03. RGB value is (194,74,3). Sum of RGB (Red+Green+Blue) = 194+74+3=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A03 is #3DB5FC. Grayscale: #666666. Windows color (decimal): -4044285 or 215746. OLE color: 215746.

HSL color Cylindrical-coordinate representation of color #C24A03: hue angle of 22.3º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C24A03 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB194743-
CMYK00.620.980.24
HSL22.3º96.95%38.63%-
HSV(B)22.3º98.45%76.08%-
XYZ24.7116.371.94-
YUV101.7972.26193.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.59%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=71.59%
G=27.31%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19474300.620.980.2422.396.9538.63
HexC24A303E6218166127
Octal3021123076142302614147
Binary110000101001010110111110110001011000101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A03; }

 p { color: rgb(194,74,3); }

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

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

 a { background-color: rgb(194,74,3); }

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

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

 span { border-color: rgb(194,74,3); }

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