Html Css Color HEX #C75213 Tenne (Tawny)

📋 copy color: '#C75213'

red 199 ◦ green 82 ◦ blue 19

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

Shades of Tenne (Tawny) #C75213

Tints of Tenne (Tawny) #C75213

RGB

 RED value IS 199 (78.13% from 255) = 66.33%

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

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 66.33%
G = 27.33%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C75213 (or 0xC75213) is known color: Tenne (Tawny). HEX triplet: C7, 52 and 13. RGB value is (199,82,19). Sum of RGB (Red+Green+Blue) = 199+82+19=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C75213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75213 is #38ADEC. Grayscale: #6E6E6E. Windows color (decimal): -3714541 or 1266375. OLE color: 1266375.

HSL color Cylindrical-coordinate representation of color #C75213: hue angle of 21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C75213 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 19 -
CMYK 0 0.59 0.90 0.22
HSL 21º 0.83% 0.43% -
HSV(B) 21º 0.9% 0.78% -
XYZ 26.69 18.22 2.73 -
YUV 109.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 199 82 19 0 0.59 0.90 0.22 21 0.83 0.43
Hex C7 52 13 0 3B 5A 16 15 53 2B
Octal 307 122 23 0 73 132 26 25 123 53
Binary 11000111 1010010 10011 0 111011 1011010 10110 10101 1010011 101011

Color Harmonies of #C75213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75213

Black with #C75213

Text Example


Text Example

White with #C75213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75213; }

 p { color: rgb(199,82,19); }

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

background-color css

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

 a { background-color: rgb(199,82,19); }

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

border-color css

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

 span { border-color: rgb(199,82,19); }

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