Html Css Color HEX #CA550D Tenne (Tawny)

📋 copy color: '#CA550D'

red 202 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #CA550D

Tints of Tenne (Tawny) #CA550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 67.33%
G = 28.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA550D (or 0xCA550D) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 0D. RGB value is (202,85,13). Sum of RGB (Red+Green+Blue) = 202+85+13=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA550D is #35AAF2. Grayscale: #707070. Windows color (decimal): -3517171 or 873930. OLE color: 873930.

HSL color Cylindrical-coordinate representation of color #CA550D: hue angle of 22.86º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA550D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 13 -
CMYK 0 0.58 0.94 0.21
HSL 22.86º 0.88% 0.42% -
HSV(B) 22.86º 0.94% 0.79% -
XYZ 27.68 19.08 2.61 -
YUV 111.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 202 85 13 0 0.58 0.94 0.21 22.86 0.88 0.42
Hex CA 55 D 0 3A 5E 15 17 58 2A
Octal 312 125 15 0 72 136 25 27 130 52
Binary 11001010 1010101 1101 0 111010 1011110 10101 10111 1011000 101010

Color Harmonies of #CA550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA550D

Black with #CA550D

Text Example


Text Example

White with #CA550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA550D; }

 p { color: rgb(202,85,13); }

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

background-color css

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

 a { background-color: rgb(202,85,13); }

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

border-color css

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

 span { border-color: rgb(202,85,13); }

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