#764C1F

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

Shades of Antique Brass #764C1F

Tints of Antique Brass #764C1F

Color information

#764C1F (or 0x764C1F) is unknown color: approx Antique Brass. HEX triplet: 76, 4C and 1F. RGB value is (118,76,31). Sum of RGB (Red+Green+Blue) = 118+76+31=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C1F is #89B3E0. Grayscale: #535353. Windows color (decimal): -9024481 or 2051190. OLE color: 2051190.

HSL color Cylindrical-coordinate representation of color #764C1F: hue angle of 31.03º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #764C1F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1187631-
CMYK00.360.740.54
HSL31.03º58.39%29.22%-
HSV(B)31.03º73.73%46.27%-
XYZ10.39.122.51-
YUV83.4398.41152.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=52.44%
G=33.78%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118763100.360.740.5431.0358.3929.22
Hex764C1F0244A361f3a1d
Octal1661143704411266377235
Binary1110110100110011111010010010010101101101111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C1F; }

 p { color: rgb(118,76,31); }

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

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

 a { background-color: rgb(118,76,31); }

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

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

 span { border-color: rgb(118,76,31); }

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