Html Css Color HEX #CA5814 Tenne (Tawny)

📋 copy color: '#CA5814'

red 202 ◦ green 88 ◦ blue 20

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

Shades of Tenne (Tawny) #CA5814

Tints of Tenne (Tawny) #CA5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 65.16%
G = 28.39%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5814 (or 0xCA5814) is known color: Tenne (Tawny). HEX triplet: CA, 58 and 14. RGB value is (202,88,20). Sum of RGB (Red+Green+Blue) = 202+88+20=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5814 is #35A7EB. Grayscale: #727272. Windows color (decimal): -3516396 or 1333450. OLE color: 1333450.

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

Color convert

RGB 202 88 20 -
CMYK 0 0.56 0.90 0.21
HSL 22.42º 0.82% 0.44% -
HSV(B) 22.42º 0.9% 0.79% -
XYZ 27.97 19.59 2.97 -
YUV 114.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 202 88 20 0 0.56 0.90 0.21 22.42 0.82 0.44
Hex CA 58 14 0 38 5A 15 16 52 2C
Octal 312 130 24 0 70 132 25 26 122 54
Binary 11001010 1011000 10100 0 111000 1011010 10101 10110 1010010 101100

Color Harmonies of #CA5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5814

Black with #CA5814

Text Example


Text Example

White with #CA5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5814; }

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

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

background-color css

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

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

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

border-color css

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

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

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