Html Css Color HEX #C35511 Tenne (Tawny)

📋 copy color: '#C35511'

red 195 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #C35511

Tints of Tenne (Tawny) #C35511

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

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

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

R = 65.66%
G = 28.62%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35511 (or 0xC35511) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 11. RGB value is (195,85,17). Sum of RGB (Red+Green+Blue) = 195+85+17=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35511 is #3CAAEE. Grayscale: #6E6E6E. Windows color (decimal): -3975919 or 1136067. OLE color: 1136067.

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

Color convert

RGB 195 85 17 -
CMYK 0 0.56 0.91 0.24
HSL 22.92º 0.84% 0.42% -
HSV(B) 22.92º 0.91% 0.76% -
XYZ 25.86 18.14 2.67 -
YUV 110.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 195 85 17 0 0.56 0.91 0.24 22.92 0.84 0.42
Hex C3 55 11 0 38 5B 18 17 54 2A
Octal 303 125 21 0 70 133 30 27 124 52
Binary 11000011 1010101 10001 0 111000 1011011 11000 10111 1010100 101010

Color Harmonies of #C35511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35511

Black with #C35511

Text Example


Text Example

White with #C35511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35511; }

 p { color: rgb(195,85,17); }

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

background-color css

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

 a { background-color: rgb(195,85,17); }

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

border-color css

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

 span { border-color: rgb(195,85,17); }

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