Html Css Color HEX #C35713 Tenne (Tawny)

📋 copy color: '#C35713'

red 195 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #C35713

Tints of Tenne (Tawny) #C35713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 64.78%
G = 28.9%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C35713 (or 0xC35713) is known color: Tenne (Tawny). HEX triplet: C3, 57 and 13. RGB value is (195,87,19). Sum of RGB (Red+Green+Blue) = 195+87+19=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35713 is #3CA8EC. Grayscale: #6F6F6F. Windows color (decimal): -3975405 or 1267651. OLE color: 1267651.

HSL color Cylindrical-coordinate representation of color #C35713: hue angle of 23.18º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C35713 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 19 -
CMYK 0 0.55 0.90 0.24
HSL 23.18º 0.82% 0.42% -
HSV(B) 23.18º 0.9% 0.76% -
XYZ 26.03 18.47 2.81 -
YUV 111.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 195 87 19 0 0.55 0.90 0.24 23.18 0.82 0.42
Hex C3 57 13 0 37 5A 18 17 52 2A
Octal 303 127 23 0 67 132 30 27 122 52
Binary 11000011 1010111 10011 0 110111 1011010 11000 10111 1010010 101010

Color Harmonies of #C35713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35713

Black with #C35713

Text Example


Text Example

White with #C35713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35713; }

 p { color: rgb(195,87,19); }

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

background-color css

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

 a { background-color: rgb(195,87,19); }

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

border-color css

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

 span { border-color: rgb(195,87,19); }

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