#715022

Color #715022 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #715022

Tints of Antique Brass #715022

Color information

#715022 (or 0x715022) is unknown color: approx Antique Brass. HEX triplet: 71, 50 and 22. RGB value is (113,80,34). Sum of RGB (Red+Green+Blue) = 113+80+34=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #715022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715022 is #8EAFDD. Grayscale: #545454. Windows color (decimal): -9351134 or 2248817. OLE color: 2248817.

HSL color Cylindrical-coordinate representation of color #715022: hue angle of 34.94º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #715022 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1138034-
CMYK00.290.700.56
HSL34.94º53.74%28.82%-
HSV(B)34.94º69.91%44.31%-
XYZ9.979.362.8-
YUV84.6299.43148.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=49.78%
G=35.24%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113803400.290.700.5634.9453.7428.82
Hex71502201D463823361d
Octal1611204203510670436635
Binary11100011010000100010011101100011011100010001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715022; }

 p { color: rgb(113,80,34); }

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

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

 a { background-color: rgb(113,80,34); }

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

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

 span { border-color: rgb(113,80,34); }

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