#C35101

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

Shades of Tenne (Tawny) #C35101

Tints of Tenne (Tawny) #C35101

Color information

#C35101 (or 0xC35101) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 51 and 01. RGB value is (195,81,1). Sum of RGB (Red+Green+Blue) = 195+81+1=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C35101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35101 is #3CAEFE. Grayscale: #6A6A6A. Windows color (decimal): -3976959 or 86467. OLE color: 86467.

HSL color Cylindrical-coordinate representation of color #C35101: hue angle of 24.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C35101 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB195811-
CMYK00.580.990.24
HSL24.74º98.98%38.43%-
HSV(B)24.74º99.49%76.47%-
XYZ25.4517.492.06-
YUV105.9768.77191.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.40%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=70.40%
G=29.24%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19581100.580.990.2424.7498.9838.43
HexC351103A6318196326
Octal3031211072143303114346
Binary11000011101000110111010110001111000110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35101; }

 p { color: rgb(195,81,1); }

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

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

 a { background-color: rgb(195,81,1); }

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

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

 span { border-color: rgb(195,81,1); }

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