Html Css Color HEX #C75514 Tenne (Tawny)

📋 copy color: '#C75514'

red 199 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #C75514

Tints of Tenne (Tawny) #C75514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 65.46%
G = 27.96%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C75514 (or 0xC75514) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 14. RGB value is (199,85,20). Sum of RGB (Red+Green+Blue) = 199+85+20=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C75514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75514 is #38AAEB. Grayscale: #707070. Windows color (decimal): -3713772 or 1332679. OLE color: 1332679.

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

Color convert

RGB 199 85 20 -
CMYK 0 0.57 0.90 0.22
HSL 21.79º 0.82% 0.43% -
HSV(B) 21.79º 0.9% 0.78% -
XYZ 26.93 18.69 2.85 -
YUV 111.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 199 85 20 0 0.57 0.90 0.22 21.79 0.82 0.43
Hex C7 55 14 0 39 5A 16 16 52 2B
Octal 307 125 24 0 71 132 26 26 122 53
Binary 11000111 1010101 10100 0 111001 1011010 10110 10110 1010010 101011

Color Harmonies of #C75514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75514

Black with #C75514

Text Example


Text Example

White with #C75514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75514; }

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

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

background-color css

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

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

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

border-color css

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

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

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