#C35702

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

Shades of Tenne (Tawny) #C35702

Tints of Tenne (Tawny) #C35702

Color information

#C35702 (or 0xC35702) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 57 and 02. RGB value is (195,87,2). Sum of RGB (Red+Green+Blue) = 195+87+2=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C35702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35702 is #3CA8FD. Grayscale: #6E6E6E. Windows color (decimal): -3975422 or 153539. OLE color: 153539.

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

Color convert

RGB195872-
CMYK00.550.990.24
HSL26.42º97.97%38.63%-
HSV(B)26.42º98.97%76.47%-
XYZ25.9218.422.25-
YUV109.667.28188.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.66%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=68.66%
G=30.63%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19587200.550.990.2426.4297.9738.63
HexC357203763181a6227
Octal3031272067143303214247
Binary110000111010111100110111110001111000110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35702; }

 p { color: rgb(195,87,2); }

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

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

 a { background-color: rgb(195,87,2); }

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

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

 span { border-color: rgb(195,87,2); }

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