Html Css Color HEX #C35412 Tenne (Tawny)

📋 copy color: '#C35412'

red 195 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #C35412

Tints of Tenne (Tawny) #C35412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

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

R = 65.66%
G = 28.28%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35412 (or 0xC35412) is known color: Tenne (Tawny). HEX triplet: C3, 54 and 12. RGB value is (195,84,18). Sum of RGB (Red+Green+Blue) = 195+84+18=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35412 is #3CABED. Grayscale: #6E6E6E. Windows color (decimal): -3976174 or 1201347. OLE color: 1201347.

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

Color convert

RGB 195 84 18 -
CMYK 0 0.57 0.91 0.24
HSL 22.37º 0.83% 0.42% -
HSV(B) 22.37º 0.91% 0.76% -
XYZ 25.79 17.99 2.68 -
YUV 109.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 195 84 18 0 0.57 0.91 0.24 22.37 0.83 0.42
Hex C3 54 12 0 39 5B 18 16 53 2A
Octal 303 124 22 0 71 133 30 26 123 52
Binary 11000011 1010100 10010 0 111001 1011011 11000 10110 1010011 101010

Color Harmonies of #C35412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35412

Black with #C35412

Text Example


Text Example

White with #C35412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35412; }

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

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

background-color css

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

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

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

border-color css

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

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

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