Html Css Color HEX #CA5404 Tenne (Tawny)

📋 copy color: '#CA5404'

red 202 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #CA5404

Tints of Tenne (Tawny) #CA5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 69.66%
G = 28.97%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA5404 (or 0xCA5404) is known color: Tenne (Tawny). HEX triplet: CA, 54 and 04. RGB value is (202,84,4). Sum of RGB (Red+Green+Blue) = 202+84+4=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5404 is #35ABFB. Grayscale: #6E6E6E. Windows color (decimal): -3517436 or 283850. OLE color: 283850.

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

Color convert

RGB 202 84 4 -
CMYK 0 0.58 0.98 0.21
HSL 24.24º 0.96% 0.4% -
HSV(B) 24.24º 0.98% 0.79% -
XYZ 27.55 18.91 2.31 -
YUV 110.16 68.09 193.5 -
System Red Green Blue C M Y K H S L
Decimal 202 84 4 0 0.58 0.98 0.21 24.24 0.96 0.4
Hex CA 54 4 0 3A 62 15 18 60 28
Octal 312 124 4 0 72 142 25 30 140 50
Binary 11001010 1010100 100 0 111010 1100010 10101 11000 1100000 101000

Color Harmonies of #CA5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5404

Black with #CA5404

Text Example


Text Example

White with #CA5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5404; }

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

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

background-color css

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

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

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

border-color css

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

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

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