Html Css Color HEX #C75512 Tenne (Tawny)

📋 copy color: '#C75512'

red 199 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #C75512

Tints of Tenne (Tawny) #C75512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 65.89%
G = 28.15%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75512 (or 0xC75512) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 12. RGB value is (199,85,18). Sum of RGB (Red+Green+Blue) = 199+85+18=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C75512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75512 is #38AAED. Grayscale: #6F6F6F. Windows color (decimal): -3713774 or 1201607. OLE color: 1201607.

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

Color convert

RGB 199 85 18 -
CMYK 0 0.57 0.91 0.22
HSL 22.21º 0.83% 0.43% -
HSV(B) 22.21º 0.91% 0.78% -
XYZ 26.91 18.68 2.76 -
YUV 111.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 199 85 18 0 0.57 0.91 0.22 22.21 0.83 0.43
Hex C7 55 12 0 39 5B 16 16 53 2B
Octal 307 125 22 0 71 133 26 26 123 53
Binary 11000111 1010101 10010 0 111001 1011011 10110 10110 1010011 101011

Color Harmonies of #C75512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75512

Black with #C75512

Text Example


Text Example

White with #C75512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75512; }

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

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

background-color css

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

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

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

border-color css

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

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

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