Html Css Color HEX #C7540E Tenne (Tawny)

📋 copy color: '#C7540E'

red 199 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #C7540E

Tints of Tenne (Tawny) #C7540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 67%
G = 28.28%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7540E (or 0xC7540E) is known color: Tenne (Tawny). HEX triplet: C7, 54 and 0E. RGB value is (199,84,14). Sum of RGB (Red+Green+Blue) = 199+84+14=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7540E is #38ABF1. Grayscale: #6E6E6E. Windows color (decimal): -3714034 or 939207. OLE color: 939207.

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

Color convert

RGB 199 84 14 -
CMYK 0 0.58 0.93 0.22
HSL 22.7º 0.87% 0.42% -
HSV(B) 22.7º 0.93% 0.78% -
XYZ 26.8 18.51 2.58 -
YUV 110.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 199 84 14 0 0.58 0.93 0.22 22.7 0.87 0.42
Hex C7 54 E 0 3A 5D 16 17 57 2A
Octal 307 124 16 0 72 135 26 27 127 52
Binary 11000111 1010100 1110 0 111010 1011101 10110 10111 1010111 101010

Color Harmonies of #C7540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7540E

Black with #C7540E

Text Example


Text Example

White with #C7540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7540E; }

 p { color: rgb(199,84,14); }

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

background-color css

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

 a { background-color: rgb(199,84,14); }

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

border-color css

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

 span { border-color: rgb(199,84,14); }

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