Html Css Color HEX #C55314 Tenne (Tawny)

📋 copy color: '#C55314'

red 197 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #C55314

Tints of Tenne (Tawny) #C55314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 65.67%
G = 27.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55314 (or 0xC55314) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 14. RGB value is (197,83,20). Sum of RGB (Red+Green+Blue) = 197+83+20=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C55314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55314 is #3AACEB. Grayscale: #6E6E6E. Windows color (decimal): -3845356 or 1332165. OLE color: 1332165.

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

Color convert

RGB 197 83 20 -
CMYK 0 0.58 0.90 0.23
HSL 21.36º 0.82% 0.43% -
HSV(B) 21.36º 0.9% 0.77% -
XYZ 26.25 18.11 2.77 -
YUV 109.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 197 83 20 0 0.58 0.90 0.23 21.36 0.82 0.43
Hex C5 53 14 0 3A 5A 17 15 52 2B
Octal 305 123 24 0 72 132 27 25 122 53
Binary 11000101 1010011 10100 0 111010 1011010 10111 10101 1010010 101011

Color Harmonies of #C55314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55314

Black with #C55314

Text Example


Text Example

White with #C55314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55314; }

 p { color: rgb(197,83,20); }

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

background-color css

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

 a { background-color: rgb(197,83,20); }

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

border-color css

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

 span { border-color: rgb(197,83,20); }

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