Html Css Color HEX #CA4A04 Tenne (Tawny)

📋 copy color: '#CA4A04'

red 202 ◦ green 74 ◦ blue 4

#CA4A04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CA4A04

Tints of Tenne (Tawny) #CA4A04

RGB

 RED value IS 202 (79.3% from 255) = 72.14%

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 72.14%
G = 26.43%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4A04 (or 0xCA4A04) is known color: Tenne (Tawny). HEX triplet: CA, 4A and 04. RGB value is (202,74,4). Sum of RGB (Red+Green+Blue) = 202+74+4=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A04 is #35B5FB. Grayscale: #686868. Windows color (decimal): -3519996 or 281290. OLE color: 281290.

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

Color convert

RGB 202 74 4 -
CMYK 0 0.63 0.98 0.21
HSL 21.21º 0.96% 0.4% -
HSV(B) 21.21º 0.98% 0.79% -
XYZ 26.83 17.46 2.07 -
YUV 104.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 202 74 4 0 0.63 0.98 0.21 21.21 0.96 0.4
Hex CA 4A 4 0 3F 62 15 15 60 28
Octal 312 112 4 0 77 142 25 25 140 50
Binary 11001010 1001010 100 0 111111 1100010 10101 10101 1100000 101000

Color Harmonies of #CA4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A04

Black with #CA4A04

Text Example


Text Example

White with #CA4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A04; }

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

 H1.HeaderClassName
 {
   color: #CA4A04;
 }
 .AnyTagClassName
 {
   color: #CA4A04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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