Html Css Color HEX #C75B11 Tenne (Tawny)

📋 copy color: '#C75B11'

red 199 ◦ green 91 ◦ blue 17

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

Shades of Tenne (Tawny) #C75B11

Tints of Tenne (Tawny) #C75B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

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

R = 64.82%
G = 29.64%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75B11 (or 0xC75B11) is known color: Tenne (Tawny). HEX triplet: C7, 5B and 11. RGB value is (199,91,17). Sum of RGB (Red+Green+Blue) = 199+91+17=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75B11 is #38A4EE. Grayscale: #737373. Windows color (decimal): -3712239 or 1137607. OLE color: 1137607.

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

Color convert

RGB 199 91 17 -
CMYK 0 0.54 0.91 0.22
HSL 24.4º 0.84% 0.42% -
HSV(B) 24.4º 0.91% 0.78% -
XYZ 27.4 19.66 2.88 -
YUV 114.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 199 91 17 0 0.54 0.91 0.22 24.4 0.84 0.42
Hex C7 5B 11 0 36 5B 16 18 54 2A
Octal 307 133 21 0 66 133 26 30 124 52
Binary 11000111 1011011 10001 0 110110 1011011 10110 11000 1010100 101010

Color Harmonies of #C75B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B11

Black with #C75B11

Text Example


Text Example

White with #C75B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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