Html Css Color HEX #CA5217 Tenne (Tawny)

📋 copy color: '#CA5217'

red 202 ◦ green 82 ◦ blue 23

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

Shades of Tenne (Tawny) #CA5217

Tints of Tenne (Tawny) #CA5217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 23 (9.38% from 255) = 7.49%

R = 65.8%
G = 26.71%
B = 7.49%

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

#CA5217 (or 0xCA5217) is known color: Tenne (Tawny). HEX triplet: CA, 52 and 17. RGB value is (202,82,23). Sum of RGB (Red+Green+Blue) = 202+82+23=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5217 is #35ADE8. Grayscale: #6F6F6F. Windows color (decimal): -3517929 or 1528522. OLE color: 1528522.

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

Color convert

RGB 202 82 23 -
CMYK 0 0.59 0.89 0.21
HSL 19.78º 0.8% 0.44% -
HSV(B) 19.78º 0.89% 0.79% -
XYZ 27.53 18.65 2.96 -
YUV 111.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 202 82 23 0 0.59 0.89 0.21 19.78 0.8 0.44
Hex CA 52 17 0 3B 59 15 14 50 2C
Octal 312 122 27 0 73 131 25 24 120 54
Binary 11001010 1010010 10111 0 111011 1011001 10101 10100 1010000 101100

Color Harmonies of #CA5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5217

Black with #CA5217

Text Example


Text Example

White with #CA5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5217; }

 p { color: rgb(202,82,23); }

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

background-color css

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

 a { background-color: rgb(202,82,23); }

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

border-color css

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

 span { border-color: rgb(202,82,23); }

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