#C3520A

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

Shades of Tenne (Tawny) #C3520A

Tints of Tenne (Tawny) #C3520A

Color information

#C3520A (or 0xC3520A) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 52 and 0A. RGB value is (195,82,10). Sum of RGB (Red+Green+Blue) = 195+82+10=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3520A is #3CADF5. Grayscale: #6B6B6B. Windows color (decimal): -3976694 or 676547. OLE color: 676547.

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

Color convert

RGB1958210-
CMYK00.580.950.24
HSL23.35º90.24%40.2%-
HSV(B)23.35º94.87%76.47%-
XYZ25.5817.662.35-
YUV107.5872.94190.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.94%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=67.94%
G=28.57%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195821000.580.950.2423.3590.2440.2
HexC352A03A5F18175a28
Octal30312212072137302713250
Binary11000011101001010100111010101111111000101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3520A; }

 p { color: rgb(195,82,10); }

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

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

 a { background-color: rgb(195,82,10); }

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

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

 span { border-color: rgb(195,82,10); }

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