Html Css Color HEX #CA4D04 Tenne (Tawny)

📋 copy color: '#CA4D04'

red 202 ◦ green 77 ◦ blue 4

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

Shades of Tenne (Tawny) #CA4D04

Tints of Tenne (Tawny) #CA4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 71.38%
G = 27.21%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4D04 (or 0xCA4D04) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 04. RGB value is (202,77,4). Sum of RGB (Red+Green+Blue) = 202+77+4=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D04 is #35B2FB. Grayscale: #6A6A6A. Windows color (decimal): -3519228 or 282058. OLE color: 282058.

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

Color convert

RGB 202 77 4 -
CMYK 0 0.62 0.98 0.21
HSL 22.12º 0.96% 0.4% -
HSV(B) 22.12º 0.98% 0.79% -
XYZ 27.03 17.87 2.14 -
YUV 106.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 202 77 4 0 0.62 0.98 0.21 22.12 0.96 0.4
Hex CA 4D 4 0 3E 62 15 16 60 28
Octal 312 115 4 0 76 142 25 26 140 50
Binary 11001010 1001101 100 0 111110 1100010 10101 10110 1100000 101000

Color Harmonies of #CA4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D04

Black with #CA4D04

Text Example


Text Example

White with #CA4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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