Html Css Color HEX #C35513 Tenne (Tawny)

📋 copy color: '#C35513'

red 195 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #C35513

Tints of Tenne (Tawny) #C35513

RGB

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

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

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

R = 65.22%
G = 28.43%
B = 6.35%

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

#C35513 (or 0xC35513) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 13. RGB value is (195,85,19). Sum of RGB (Red+Green+Blue) = 195+85+19=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35513 is #3CAAEC. Grayscale: #6E6E6E. Windows color (decimal): -3975917 or 1267139. OLE color: 1267139.

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

Color convert

RGB 195 85 19 -
CMYK 0 0.56 0.90 0.24
HSL 22.5º 0.82% 0.42% -
HSV(B) 22.5º 0.9% 0.76% -
XYZ 25.87 18.15 2.76 -
YUV 110.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 195 85 19 0 0.56 0.90 0.24 22.5 0.82 0.42
Hex C3 55 13 0 38 5A 18 16 52 2A
Octal 303 125 23 0 70 132 30 26 122 52
Binary 11000011 1010101 10011 0 111000 1011010 11000 10110 1010010 101010

Color Harmonies of #C35513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35513

Black with #C35513

Text Example


Text Example

White with #C35513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35513; }

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

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

background-color css

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

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

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

border-color css

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

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

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