#CA4E04

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

Shades of Tenne (Tawny) #CA4E04

Tints of Tenne (Tawny) #CA4E04

Color information

#CA4E04 (or 0xCA4E04) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 4E and 04. RGB value is (202,78,4). Sum of RGB (Red+Green+Blue) = 202+78+4=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4E04 is #35B1FB. Grayscale: #6B6B6B. Windows color (decimal): -3518972 or 282314. OLE color: 282314.

HSL color Cylindrical-coordinate representation of color #CA4E04: hue angle of 22.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA4E04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202784-
CMYK00.610.980.21
HSL22.42º96.12%40.39%-
HSV(B)22.42º98.02%79.22%-
XYZ27.118.012.16-
YUV106.6470.08196.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.13%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=71.13%
G=27.46%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20278400.610.980.2122.4296.1240.39
HexCA4E403D6215166028
Octal3121164075142252614050
Binary1100101010011101000111101110001010101101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4E04; }

 p { color: rgb(202,78,4); }

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

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

 a { background-color: rgb(202,78,4); }

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

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

 span { border-color: rgb(202,78,4); }

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