Html Css Color HEX #CA5316 Tenne (Tawny)

📋 copy color: '#CA5316'

red 202 ◦ green 83 ◦ blue 22

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

Shades of Tenne (Tawny) #CA5316

Tints of Tenne (Tawny) #CA5316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 65.8%
G = 27.04%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA5316 (or 0xCA5316) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 16. RGB value is (202,83,22). Sum of RGB (Red+Green+Blue) = 202+83+22=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5316 is #35ACE9. Grayscale: #6F6F6F. Windows color (decimal): -3517674 or 1463242. OLE color: 1463242.

HSL color Cylindrical-coordinate representation of color #CA5316: hue angle of 20.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA5316 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 22 -
CMYK 0 0.59 0.89 0.21
HSL 20.33º 0.8% 0.44% -
HSV(B) 20.33º 0.89% 0.79% -
XYZ 27.6 18.8 2.93 -
YUV 111.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 202 83 22 0 0.59 0.89 0.21 20.33 0.8 0.44
Hex CA 53 16 0 3B 59 15 14 50 2C
Octal 312 123 26 0 73 131 25 24 120 54
Binary 11001010 1010011 10110 0 111011 1011001 10101 10100 1010000 101100

Color Harmonies of #CA5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5316

Black with #CA5316

Text Example


Text Example

White with #CA5316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5316; }

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

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

background-color css

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

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

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

border-color css

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

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

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