Html Css Color HEX #C75914 Tenne (Tawny)

📋 copy color: '#C75914'

red 199 ◦ green 89 ◦ blue 20

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

Shades of Tenne (Tawny) #C75914

Tints of Tenne (Tawny) #C75914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

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

R = 64.61%
G = 28.9%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C75914 (or 0xC75914) is known color: Tenne (Tawny). HEX triplet: C7, 59 and 14. RGB value is (199,89,20). Sum of RGB (Red+Green+Blue) = 199+89+20=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C75914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75914 is #38A6EB. Grayscale: #727272. Windows color (decimal): -3712748 or 1333703. OLE color: 1333703.

HSL color Cylindrical-coordinate representation of color #C75914: hue angle of 23.13º degrees, saturation: 0.82, 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 #C75914 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 89 20 -
CMYK 0 0.55 0.90 0.22
HSL 23.13º 0.82% 0.43% -
HSV(B) 23.13º 0.9% 0.78% -
XYZ 27.25 19.34 2.96 -
YUV 114.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 199 89 20 0 0.55 0.90 0.22 23.13 0.82 0.43
Hex C7 59 14 0 37 5A 16 17 52 2B
Octal 307 131 24 0 67 132 26 27 122 53
Binary 11000111 1011001 10100 0 110111 1011010 10110 10111 1010010 101011

Color Harmonies of #C75914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75914

Black with #C75914

Text Example


Text Example

White with #C75914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75914; }

 p { color: rgb(199,89,20); }

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

background-color css

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

 a { background-color: rgb(199,89,20); }

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

border-color css

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

 span { border-color: rgb(199,89,20); }

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