#C7520A

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

Shades of Tenne (Tawny) #C7520A

Tints of Tenne (Tawny) #C7520A

Color information

#C7520A (or 0xC7520A) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 52 and 0A. RGB value is (199,82,10). Sum of RGB (Red+Green+Blue) = 199+82+10=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7520A is #38ADF5. Grayscale: #6D6D6D. Windows color (decimal): -3714550 or 676551. OLE color: 676551.

HSL color Cylindrical-coordinate representation of color #C7520A: hue angle of 22.86º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7520A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1998210-
CMYK00.590.950.22
HSL22.86º90.43%40.98%-
HSV(B)22.86º94.97%78.04%-
XYZ26.6318.22.4-
YUV108.7872.26192.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.38%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=68.38%
G=28.18%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199821000.590.950.2222.8690.4340.98
HexC752A03B5F16175a29
Octal30712212073137262713251
Binary11000111101001010100111011101111110110101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7520A; }

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

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

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

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

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

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

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

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