#CA4704

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

Shades of Tenne (Tawny) #CA4704

Tints of Tenne (Tawny) #CA4704

Color information

#CA4704 (or 0xCA4704) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 47 and 04. RGB value is (202,71,4). Sum of RGB (Red+Green+Blue) = 202+71+4=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4704 is #35B8FB. Grayscale: #666666. Windows color (decimal): -3520764 or 280522. OLE color: 280522.

HSL color Cylindrical-coordinate representation of color #CA4704: hue angle of 20.3º 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 #CA4704 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202714-
CMYK00.650.980.21
HSL20.3º96.12%40.39%-
HSV(B)20.3º98.02%79.22%-
XYZ26.6317.072.01-
YUV102.5372.4198.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 72.92%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=72.92%
G=25.63%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20271400.650.980.2120.396.1240.39
HexCA4740416215146028
Octal31210740101142252414050
Binary11001010100011110001000001110001010101101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4704; }

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

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

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

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

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

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

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

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