#C35E02

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

Shades of Tenne (Tawny) #C35E02

Tints of Tenne (Tawny) #C35E02

Color information

#C35E02 (or 0xC35E02) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 5E and 02. RGB value is (195,94,2). Sum of RGB (Red+Green+Blue) = 195+94+2=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35E02 is #3CA1FD. Grayscale: #727272. Windows color (decimal): -3973630 or 155331. OLE color: 155331.

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

Color convert

RGB195942-
CMYK00.520.990.24
HSL28.6º97.97%38.63%-
HSV(B)28.6º98.97%76.47%-
XYZ26.5219.612.45-
YUV113.7164.96185.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.01%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=67.01%
G=32.30%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19594200.520.990.2428.697.9738.63
HexC35E203463181d6227
Octal3031362064143303514247
Binary110000111011110100110100110001111000111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E02; }

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

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

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

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

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

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

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

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