Html Css Color HEX #C35515 Tenne (Tawny)

📋 copy color: '#C35515'

red 195 ◦ green 85 ◦ blue 21

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

Shades of Tenne (Tawny) #C35515

Tints of Tenne (Tawny) #C35515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 64.78%
G = 28.24%
B = 6.98%

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

#C35515 (or 0xC35515) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 15. RGB value is (195,85,21). Sum of RGB (Red+Green+Blue) = 195+85+21=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35515 is #3CAAEA. Grayscale: #6E6E6E. Windows color (decimal): -3975915 or 1398211. OLE color: 1398211.

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

Color convert

RGB 195 85 21 -
CMYK 0 0.56 0.89 0.24
HSL 22.07º 0.81% 0.42% -
HSV(B) 22.07º 0.89% 0.76% -
XYZ 25.89 18.15 2.85 -
YUV 110.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 195 85 21 0 0.56 0.89 0.24 22.07 0.81 0.42
Hex C3 55 15 0 38 59 18 16 51 2A
Octal 303 125 25 0 70 131 30 26 121 52
Binary 11000011 1010101 10101 0 111000 1011001 11000 10110 1010001 101010

Color Harmonies of #C35515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35515

Black with #C35515

Text Example


Text Example

White with #C35515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35515; }

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

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

background-color css

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

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

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

border-color css

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

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

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