Html Css Color HEX #C35612 Tenne (Tawny)

📋 copy color: '#C35612'

red 195 ◦ green 86 ◦ blue 18

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

Shades of Tenne (Tawny) #C35612

Tints of Tenne (Tawny) #C35612

RGB

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

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

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

R = 65.22%
G = 28.76%
B = 6.02%

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

#C35612 (or 0xC35612) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 12. RGB value is (195,86,18). Sum of RGB (Red+Green+Blue) = 195+86+18=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35612 is #3CA9ED. Grayscale: #6F6F6F. Windows color (decimal): -3975662 or 1201859. OLE color: 1201859.

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

Color convert

RGB 195 86 18 -
CMYK 0 0.56 0.91 0.24
HSL 23.05º 0.83% 0.42% -
HSV(B) 23.05º 0.91% 0.76% -
XYZ 25.94 18.3 2.74 -
YUV 110.84 75.61 188.03 -
System Red Green Blue C M Y K H S L
Decimal 195 86 18 0 0.56 0.91 0.24 23.05 0.83 0.42
Hex C3 56 12 0 38 5B 18 17 53 2A
Octal 303 126 22 0 70 133 30 27 123 52
Binary 11000011 1010110 10010 0 111000 1011011 11000 10111 1010011 101010

Color Harmonies of #C35612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35612

Black with #C35612

Text Example


Text Example

White with #C35612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35612; }

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

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

background-color css

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

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

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

border-color css

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

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

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