#c35810

Color #C35810 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C35810

Tints of Tenne (Tawny) #C35810

Color information

#C35810 (or 0xC35810) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 58 and 10. RGB value is (195,88,16). Sum of RGB (Red+Green+Blue) = 195+88+16=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35810 is #3CA7EF. Grayscale: #707070. Windows color (decimal): -3975152 or 1071299. OLE color: 1071299.

HSL color Cylindrical-coordinate representation of color #C35810: hue angle of 24.13º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C35810 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1958816-
CMYK00.550.920.24
HSL24.13º84.83%41.37%-
HSV(B)24.13º91.79%76.47%-
XYZ26.0918.622.71-
YUV111.7873.95187.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 16 (6.64% from 255) = 5.35%
R=65.22%
G=29.43%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195881600.550.920.2424.1384.8341.37
HexC358100375C18185529
Octal30313020067134303012551
Binary110000111011000100000110111101110011000110001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35810; }

 p { color: rgb(195,88,16); }

 H1.HeaderClassName
 {
   color: #c35810;
 }
 .AnyTagClassName
 {
   color: #c35810;
 }
</style>
background-color css

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

 a { background-color: rgb(195,88,16); }

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

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

 span { border-color: rgb(195,88,16); }

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