#744822

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

Shades of Antique Brass #744822

Tints of Antique Brass #744822

Color information

#744822 (or 0x744822) is unknown color: approx Antique Brass. HEX triplet: 74, 48 and 22. RGB value is (116,72,34). Sum of RGB (Red+Green+Blue) = 116+72+34=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #744822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744822 is #8BB7DD. Grayscale: #515151. Windows color (decimal): -9156574 or 2246772. OLE color: 2246772.

HSL color Cylindrical-coordinate representation of color #744822: hue angle of 27.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #744822 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1167234-
CMYK00.380.710.55
HSL27.8º54.67%29.41%-
HSV(B)27.8º70.69%45.49%-
XYZ9.818.462.63-
YUV80.82101.58153.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=52.25%
G=32.43%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116723400.380.710.5527.854.6729.41
Hex74482202647371c371d
Octal1641104204610767346735
Binary11101001001000100010010011010001111101111110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744822; }

 p { color: rgb(116,72,34); }

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

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

 a { background-color: rgb(116,72,34); }

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

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

 span { border-color: rgb(116,72,34); }

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