Html Css Color HEX #C75A11 Tenne (Tawny)

📋 copy color: '#C75A11'

red 199 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #C75A11

Tints of Tenne (Tawny) #C75A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 65.03%
G = 29.41%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75A11 (or 0xC75A11) is known color: Tenne (Tawny). HEX triplet: C7, 5A and 11. RGB value is (199,90,17). Sum of RGB (Red+Green+Blue) = 199+90+17=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75A11 is #38A5EE. Grayscale: #727272. Windows color (decimal): -3712495 or 1137351. OLE color: 1137351.

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

Color convert

RGB 199 90 17 -
CMYK 0 0.55 0.91 0.22
HSL 24.07º 0.84% 0.42% -
HSV(B) 24.07º 0.91% 0.78% -
XYZ 27.31 19.49 2.85 -
YUV 114.27 73.11 188.44 -
System Red Green Blue C M Y K H S L
Decimal 199 90 17 0 0.55 0.91 0.22 24.07 0.84 0.42
Hex C7 5A 11 0 37 5B 16 18 54 2A
Octal 307 132 21 0 67 133 26 30 124 52
Binary 11000111 1011010 10001 0 110111 1011011 10110 11000 1010100 101010

Color Harmonies of #C75A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A11

Black with #C75A11

Text Example


Text Example

White with #C75A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A11; }

 p { color: rgb(199,90,17); }

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

background-color css

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

 a { background-color: rgb(199,90,17); }

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

border-color css

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

 span { border-color: rgb(199,90,17); }

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