#C3530F

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

Shades of Tenne (Tawny) #C3530F

Tints of Tenne (Tawny) #C3530F

Color information

#C3530F (or 0xC3530F) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 53 and 0F. RGB value is (195,83,15). Sum of RGB (Red+Green+Blue) = 195+83+15=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3530F is #3CACF0. Grayscale: #6D6D6D. Windows color (decimal): -3976433 or 1004483. OLE color: 1004483.

HSL color Cylindrical-coordinate representation of color #C3530F: hue angle of 22.67º degrees, saturation: 0.86, 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 #C3530F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1958315-
CMYK00.570.920.24
HSL22.67º85.71%41.18%-
HSV(B)22.67º92.31%76.47%-
XYZ25.6917.822.54-
YUV108.7475.11189.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.55%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=66.55%
G=28.33%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195831500.570.920.2422.6785.7141.18
HexC353F0395C18175629
Octal30312317071134302712651
Binary11000011101001111110111001101110011000101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3530F; }

 p { color: rgb(195,83,15); }

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

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

 a { background-color: rgb(195,83,15); }

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

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

 span { border-color: rgb(195,83,15); }

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