#764C1D

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

Shades of Antique Brass #764C1D

Tints of Antique Brass #764C1D

Color information

#764C1D (or 0x764C1D) is unknown color: approx Antique Brass. HEX triplet: 76, 4C and 1D. RGB value is (118,76,29). Sum of RGB (Red+Green+Blue) = 118+76+29=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #764C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C1D is #89B3E2. Grayscale: #535353. Windows color (decimal): -9024483 or 1920118. OLE color: 1920118.

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

Color convert

RGB1187629-
CMYK00.360.750.54
HSL31.69º60.54%28.82%-
HSV(B)31.69º75.42%46.27%-
XYZ10.289.112.38-
YUV83.297.41152.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=52.91%
G=34.08%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118762900.360.750.5431.6960.5428.82
Hex764C1D0244B36203d1d
Octal1661143504411366407535
Binary11101101001100111010100100100101111011010000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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