Html Css Color HEX #C55315 Tenne (Tawny)

📋 copy color: '#C55315'

red 197 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #C55315

Tints of Tenne (Tawny) #C55315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 65.45%
G = 27.57%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55315 (or 0xC55315) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 15. RGB value is (197,83,21). Sum of RGB (Red+Green+Blue) = 197+83+21=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55315 is #3AACEA. Grayscale: #6E6E6E. Windows color (decimal): -3845355 or 1397701. OLE color: 1397701.

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

Color convert

RGB 197 83 21 -
CMYK 0 0.58 0.89 0.23
HSL 21.14º 0.81% 0.43% -
HSV(B) 21.14º 0.89% 0.77% -
XYZ 26.25 18.11 2.82 -
YUV 110.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 197 83 21 0 0.58 0.89 0.23 21.14 0.81 0.43
Hex C5 53 15 0 3A 59 17 15 51 2B
Octal 305 123 25 0 72 131 27 25 121 53
Binary 11000101 1010011 10101 0 111010 1011001 10111 10101 1010001 101011

Color Harmonies of #C55315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55315

Black with #C55315

Text Example


Text Example

White with #C55315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55315; }

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

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

background-color css

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

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

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

border-color css

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

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

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