Html Css Color HEX #C75211 Tenne (Tawny)

📋 copy color: '#C75211'

red 199 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #C75211

Tints of Tenne (Tawny) #C75211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 66.78%
G = 27.52%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75211 (or 0xC75211) is known color: Tenne (Tawny). HEX triplet: C7, 52 and 11. RGB value is (199,82,17). Sum of RGB (Red+Green+Blue) = 199+82+17=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C75211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75211 is #38ADEE. Grayscale: #6D6D6D. Windows color (decimal): -3714543 or 1135303. OLE color: 1135303.

HSL color Cylindrical-coordinate representation of color #C75211: hue angle of 21.43º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C75211 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 17 -
CMYK 0 0.59 0.91 0.22
HSL 21.43º 0.84% 0.42% -
HSV(B) 21.43º 0.91% 0.78% -
XYZ 26.67 18.22 2.64 -
YUV 109.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 199 82 17 0 0.59 0.91 0.22 21.43 0.84 0.42
Hex C7 52 11 0 3B 5B 16 15 54 2A
Octal 307 122 21 0 73 133 26 25 124 52
Binary 11000111 1010010 10001 0 111011 1011011 10110 10101 1010100 101010

Color Harmonies of #C75211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75211

Black with #C75211

Text Example


Text Example

White with #C75211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75211; }

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

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

background-color css

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

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

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

border-color css

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

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

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