Html Css Color HEX #C5520A Tenne (Tawny)

📋 copy color: '#C5520A'

red 197 ◦ green 82 ◦ blue 10

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

Shades of Tenne (Tawny) #C5520A

Tints of Tenne (Tawny) #C5520A

RGB

 RED value IS 197 (77.34% from 255) = 68.17%

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

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 68.17%
G = 28.37%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5520A (or 0xC5520A) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 0A. RGB value is (197,82,10). Sum of RGB (Red+Green+Blue) = 197+82+10=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5520A is #3AADF5. Grayscale: #6C6C6C. Windows color (decimal): -3845622 or 676549. OLE color: 676549.

HSL color Cylindrical-coordinate representation of color #C5520A: hue angle of 23.1º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5520A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 10 -
CMYK 0 0.58 0.95 0.23
HSL 23.1º 0.9% 0.41% -
HSV(B) 23.1º 0.95% 0.77% -
XYZ 26.1 17.93 2.37 -
YUV 108.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 197 82 10 0 0.58 0.95 0.23 23.1 0.9 0.41
Hex C5 52 A 0 3A 5F 17 17 5A 29
Octal 305 122 12 0 72 137 27 27 132 51
Binary 11000101 1010010 1010 0 111010 1011111 10111 10111 1011010 101001

Color Harmonies of #C5520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5520A

Black with #C5520A

Text Example


Text Example

White with #C5520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5520A; }

 p { color: rgb(197,82,10); }

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

background-color css

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

 a { background-color: rgb(197,82,10); }

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

border-color css

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

 span { border-color: rgb(197,82,10); }

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