Html Css Color HEX #C75610 Tenne (Tawny)

📋 copy color: '#C75610'

red 199 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #C75610

Tints of Tenne (Tawny) #C75610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 66.11%
G = 28.57%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C75610 (or 0xC75610) is known color: Tenne (Tawny). HEX triplet: C7, 56 and 10. RGB value is (199,86,16). Sum of RGB (Red+Green+Blue) = 199+86+16=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C75610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75610 is #38A9EF. Grayscale: #707070. Windows color (decimal): -3713520 or 1070791. OLE color: 1070791.

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

Color convert

RGB 199 86 16 -
CMYK 0 0.57 0.92 0.22
HSL 22.95º 0.85% 0.42% -
HSV(B) 22.95º 0.92% 0.78% -
XYZ 26.97 18.84 2.7 -
YUV 111.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 199 86 16 0 0.57 0.92 0.22 22.95 0.85 0.42
Hex C7 56 10 0 39 5C 16 17 55 2A
Octal 307 126 20 0 71 134 26 27 125 52
Binary 11000111 1010110 10000 0 111001 1011100 10110 10111 1010101 101010

Color Harmonies of #C75610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75610

Black with #C75610

Text Example


Text Example

White with #C75610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75610; }

 p { color: rgb(199,86,16); }

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

background-color css

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

 a { background-color: rgb(199,86,16); }

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

border-color css

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

 span { border-color: rgb(199,86,16); }

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