Html Css Color HEX #CA4804 Tenne (Tawny)

📋 copy color: '#CA4804'

red 202 ◦ green 72 ◦ blue 4

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

Shades of Tenne (Tawny) #CA4804

Tints of Tenne (Tawny) #CA4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 72.66%
G = 25.9%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4804 (or 0xCA4804) is known color: Tenne (Tawny). HEX triplet: CA, 48 and 04. RGB value is (202,72,4). Sum of RGB (Red+Green+Blue) = 202+72+4=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4804 is #35B7FB. Grayscale: #676767. Windows color (decimal): -3520508 or 280778. OLE color: 280778.

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

Color convert

RGB 202 72 4 -
CMYK 0 0.64 0.98 0.21
HSL 20.61º 0.96% 0.4% -
HSV(B) 20.61º 0.98% 0.79% -
XYZ 26.7 17.2 2.03 -
YUV 103.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 202 72 4 0 0.64 0.98 0.21 20.61 0.96 0.4
Hex CA 48 4 0 40 62 15 15 60 28
Octal 312 110 4 0 100 142 25 25 140 50
Binary 11001010 1001000 100 0 1000000 1100010 10101 10101 1100000 101000

Color Harmonies of #CA4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4804

Black with #CA4804

Text Example


Text Example

White with #CA4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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