#C2520B

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

Shades of Tenne (Tawny) #C2520B

Tints of Tenne (Tawny) #C2520B

Color information

#C2520B (or 0xC2520B) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 52 and 0B. RGB value is (194,82,11). Sum of RGB (Red+Green+Blue) = 194+82+11=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2520B is #3DADF4. Grayscale: #6B6B6B. Windows color (decimal): -4042229 or 742082. OLE color: 742082.

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

Color convert

RGB1948211-
CMYK00.580.940.24
HSL23.28º89.27%40.2%-
HSV(B)23.28º94.33%76.08%-
XYZ25.3317.532.37-
YUV107.3973.61189.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.60%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=67.60%
G=28.57%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194821100.580.940.2423.2889.2740.2
HexC252B03A5E18175928
Octal30212213072136302713150
Binary11000010101001010110111010101111011000101111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2520B; }

 p { color: rgb(194,82,11); }

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

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

 a { background-color: rgb(194,82,11); }

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

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

 span { border-color: rgb(194,82,11); }

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