Html Css Color HEX #CA4F14 Tenne (Tawny)

📋 copy color: '#CA4F14'

red 202 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #CA4F14

Tints of Tenne (Tawny) #CA4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 67.11%
G = 26.25%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4F14 (or 0xCA4F14) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 14. RGB value is (202,79,20). Sum of RGB (Red+Green+Blue) = 202+79+20=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F14 is #35B0EB. Grayscale: #6D6D6D. Windows color (decimal): -3518700 or 1331146. OLE color: 1331146.

HSL color Cylindrical-coordinate representation of color #CA4F14: hue angle of 19.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4F14 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 79 20 -
CMYK 0 0.61 0.90 0.21
HSL 19.45º 0.82% 0.44% -
HSV(B) 19.45º 0.9% 0.79% -
XYZ 27.28 18.2 2.74 -
YUV 109.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 202 79 20 0 0.61 0.90 0.21 19.45 0.82 0.44
Hex CA 4F 14 0 3D 5A 15 13 52 2C
Octal 312 117 24 0 75 132 25 23 122 54
Binary 11001010 1001111 10100 0 111101 1011010 10101 10011 1010010 101100

Color Harmonies of #CA4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F14

Black with #CA4F14

Text Example


Text Example

White with #CA4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F14; }

 p { color: rgb(202,79,20); }

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

background-color css

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

 a { background-color: rgb(202,79,20); }

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

border-color css

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

 span { border-color: rgb(202,79,20); }

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