Html Css Color HEX #C35516 Tenne (Tawny)

📋 copy color: '#C35516'

red 195 ◦ green 85 ◦ blue 22

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

Shades of Tenne (Tawny) #C35516

Tints of Tenne (Tawny) #C35516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 64.57%
G = 28.15%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35516 (or 0xC35516) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 16. RGB value is (195,85,22). Sum of RGB (Red+Green+Blue) = 195+85+22=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C35516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35516 is #3CAAE9. Grayscale: #6F6F6F. Windows color (decimal): -3975914 or 1463747. OLE color: 1463747.

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

Color convert

RGB 195 85 22 -
CMYK 0 0.56 0.89 0.24
HSL 21.85º 0.8% 0.43% -
HSV(B) 21.85º 0.89% 0.76% -
XYZ 25.9 18.16 2.9 -
YUV 110.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 195 85 22 0 0.56 0.89 0.24 21.85 0.8 0.43
Hex C3 55 16 0 38 59 18 16 50 2B
Octal 303 125 26 0 70 131 30 26 120 53
Binary 11000011 1010101 10110 0 111000 1011001 11000 10110 1010000 101011

Color Harmonies of #C35516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35516

Black with #C35516

Text Example


Text Example

White with #C35516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35516; }

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

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

background-color css

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

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

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

border-color css

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

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

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