#74451D

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

Shades of Antique Brass #74451D

Tints of Antique Brass #74451D

Color information

#74451D (or 0x74451D) is unknown color: approx Antique Brass. HEX triplet: 74, 45 and 1D. RGB value is (116,69,29). Sum of RGB (Red+Green+Blue) = 116+69+29=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74451D is #8BBAE2. Grayscale: #4E4E4E. Windows color (decimal): -9157347 or 1918324. OLE color: 1918324.

HSL color Cylindrical-coordinate representation of color #74451D: hue angle of 27.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74451D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1166929-
CMYK00.410.750.55
HSL27.59º60%28.43%-
HSV(B)27.59º75%45.49%-
XYZ9.558.062.21-
YUV78.49100.07154.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 29 (11.72% from 255) = 13.55%
R=54.21%
G=32.24%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116692900.410.750.5527.596028.43
Hex74451D0294B371c3c1c
Octal1641053505111367347434
Binary1110100100010111101010100110010111101111110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74451D; }

 p { color: rgb(116,69,29); }

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

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

 a { background-color: rgb(116,69,29); }

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

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

 span { border-color: rgb(116,69,29); }

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