Html Css Color HEX #C5510D Tenne (Tawny)

📋 copy color: '#C5510D'

red 197 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #C5510D

Tints of Tenne (Tawny) #C5510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 67.7%
G = 27.84%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5510D (or 0xC5510D) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 0D. RGB value is (197,81,13). Sum of RGB (Red+Green+Blue) = 197+81+13=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5510D is #3AAEF2. Grayscale: #6C6C6C. Windows color (decimal): -3845875 or 872901. OLE color: 872901.

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

Color convert

RGB 197 81 13 -
CMYK 0 0.59 0.93 0.23
HSL 22.17º 0.88% 0.41% -
HSV(B) 22.17º 0.93% 0.77% -
XYZ 26.04 17.78 2.44 -
YUV 107.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 197 81 13 0 0.59 0.93 0.23 22.17 0.88 0.41
Hex C5 51 D 0 3B 5D 17 16 58 29
Octal 305 121 15 0 73 135 27 26 130 51
Binary 11000101 1010001 1101 0 111011 1011101 10111 10110 1011000 101001

Color Harmonies of #C5510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5510D

Black with #C5510D

Text Example


Text Example

White with #C5510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5510D; }

 p { color: rgb(197,81,13); }

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

background-color css

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

 a { background-color: rgb(197,81,13); }

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

border-color css

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

 span { border-color: rgb(197,81,13); }

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