Html Css Color HEX #CA5304 Tenne (Tawny)

📋 copy color: '#CA5304'

red 202 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #CA5304

Tints of Tenne (Tawny) #CA5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 69.9%
G = 28.72%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA5304 (or 0xCA5304) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 04. RGB value is (202,83,4). Sum of RGB (Red+Green+Blue) = 202+83+4=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5304 is #35ACFB. Grayscale: #6E6E6E. Windows color (decimal): -3517692 or 283594. OLE color: 283594.

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

Color convert

RGB 202 83 4 -
CMYK 0 0.59 0.98 0.21
HSL 23.94º 0.96% 0.4% -
HSV(B) 23.94º 0.98% 0.79% -
XYZ 27.47 18.75 2.29 -
YUV 109.58 68.42 193.92 -
System Red Green Blue C M Y K H S L
Decimal 202 83 4 0 0.59 0.98 0.21 23.94 0.96 0.4
Hex CA 53 4 0 3B 62 15 18 60 28
Octal 312 123 4 0 73 142 25 30 140 50
Binary 11001010 1010011 100 0 111011 1100010 10101 11000 1100000 101000

Color Harmonies of #CA5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5304

Black with #CA5304

Text Example


Text Example

White with #CA5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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