Html Css Color HEX #C5550A Tenne (Tawny)

📋 copy color: '#C5550A'

red 197 ◦ green 85 ◦ blue 10

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

Shades of Tenne (Tawny) #C5550A

Tints of Tenne (Tawny) #C5550A

RGB

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

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

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

R = 67.47%
G = 29.11%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5550A (or 0xC5550A) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 0A. RGB value is (197,85,10). Sum of RGB (Red+Green+Blue) = 197+85+10=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5550A is #3AAAF5. Grayscale: #6E6E6E. Windows color (decimal): -3844854 or 677317. OLE color: 677317.

HSL color Cylindrical-coordinate representation of color #C5550A: hue angle of 24.06º 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 #C5550A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 10 -
CMYK 0 0.57 0.95 0.23
HSL 24.06º 0.9% 0.41% -
HSV(B) 24.06º 0.95% 0.77% -
XYZ 26.33 18.39 2.45 -
YUV 109.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 197 85 10 0 0.57 0.95 0.23 24.06 0.9 0.41
Hex C5 55 A 0 39 5F 17 18 5A 29
Octal 305 125 12 0 71 137 27 30 132 51
Binary 11000101 1010101 1010 0 111001 1011111 10111 11000 1011010 101001

Color Harmonies of #C5550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5550A

Black with #C5550A

Text Example


Text Example

White with #C5550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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