Html Css Color HEX #C35613 Tenne (Tawny)

📋 copy color: '#C35613'

red 195 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #C35613

Tints of Tenne (Tawny) #C35613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 65%
G = 28.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C35613 (or 0xC35613) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 13. RGB value is (195,86,19). Sum of RGB (Red+Green+Blue) = 195+86+19=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C35613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35613 is #3CA9EC. Grayscale: #6F6F6F. Windows color (decimal): -3975661 or 1267395. OLE color: 1267395.

HSL color Cylindrical-coordinate representation of color #C35613: hue angle of 22.84º 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 #C35613 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 86 19 -
CMYK 0 0.56 0.90 0.24
HSL 22.84º 0.82% 0.42% -
HSV(B) 22.84º 0.9% 0.76% -
XYZ 25.95 18.3 2.78 -
YUV 110.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 195 86 19 0 0.56 0.90 0.24 22.84 0.82 0.42
Hex C3 56 13 0 38 5A 18 17 52 2A
Octal 303 126 23 0 70 132 30 27 122 52
Binary 11000011 1010110 10011 0 111000 1011010 11000 10111 1010010 101010

Color Harmonies of #C35613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35613

Black with #C35613

Text Example


Text Example

White with #C35613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35613; }

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

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

background-color css

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

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

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

border-color css

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

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

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