#755021

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

Shades of Antique Brass #755021

Tints of Antique Brass #755021

Color information

#755021 (or 0x755021) is unknown color: approx Antique Brass. HEX triplet: 75, 50 and 21. RGB value is (117,80,33). Sum of RGB (Red+Green+Blue) = 117+80+33=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #755021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755021 is #8AAFDE. Grayscale: #555555. Windows color (decimal): -9088991 or 2183285. OLE color: 2183285.

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

Color convert

RGB1178033-
CMYK00.320.720.54
HSL33.57º56%29.41%-
HSV(B)33.57º71.79%45.88%-
XYZ10.489.632.75-
YUV85.798.26150.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=50.87%
G=34.78%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117803300.320.720.5433.575629.41
Hex755021020483622381d
Octal1651204104011066427035
Binary111010110100001000010100000100100011011010001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755021; }

 p { color: rgb(117,80,33); }

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

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

 a { background-color: rgb(117,80,33); }

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

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

 span { border-color: rgb(117,80,33); }

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