Html Css Color HEX #C35512 Tenne (Tawny)

📋 copy color: '#C35512'

red 195 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #C35512

Tints of Tenne (Tawny) #C35512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 65.44%
G = 28.52%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35512 (or 0xC35512) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 12. RGB value is (195,85,18). Sum of RGB (Red+Green+Blue) = 195+85+18=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C35512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35512 is #3CAAED. Grayscale: #6E6E6E. Windows color (decimal): -3975918 or 1201603. OLE color: 1201603.

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

Color convert

RGB 195 85 18 -
CMYK 0 0.56 0.91 0.24
HSL 22.71º 0.83% 0.42% -
HSV(B) 22.71º 0.91% 0.76% -
XYZ 25.86 18.14 2.71 -
YUV 110.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 195 85 18 0 0.56 0.91 0.24 22.71 0.83 0.42
Hex C3 55 12 0 38 5B 18 17 53 2A
Octal 303 125 22 0 70 133 30 27 123 52
Binary 11000011 1010101 10010 0 111000 1011011 11000 10111 1010011 101010

Color Harmonies of #C35512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35512

Black with #C35512

Text Example


Text Example

White with #C35512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35512; }

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

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

background-color css

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

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

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

border-color css

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

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

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