Html Css Color HEX #734721 Antique Brass

📋 copy color: '#734721'

red 115 ◦ green 71 ◦ blue 33

#734721
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #734721

Tints of Antique Brass #734721

RGB

 RED value IS 115 (45.31% from 255) = 52.51%

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 52.51%
G = 32.42%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#734721 (or 0x734721) is known color: Antique Brass. HEX triplet: 73, 47 and 21. RGB value is (115,71,33). Sum of RGB (Red+Green+Blue) = 115+71+33=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #734721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734721 is #8CB8DE. Grayscale: #505050. Windows color (decimal): -9222367 or 2180979. OLE color: 2180979.

HSL color Cylindrical-coordinate representation of color #734721: 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 #734721 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 33 -
CMYK 0 0.38 0.71 0.55
HSL 27.8º 0.55% 0.29% -
HSV(B) 27.8º 0.71% 0.45% -
XYZ 9.6 8.26 2.53 -
YUV 79.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 115 71 33 0 0.38 0.71 0.55 27.8 0.55 0.29
Hex 73 47 21 0 26 47 37 1C 37 1D
Octal 163 107 41 0 46 107 67 34 67 35
Binary 1110011 1000111 100001 0 100110 1000111 110111 11100 110111 11101

Color Harmonies of #734721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734721

Black with #734721

Text Example


Text Example

White with #734721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734721; }

 p { color: rgb(115,71,33); }

 H1.HeaderClassName
 {
   color: #734721;
 }
 .AnyTagClassName
 {
   color: #734721;
 }
</style>

background-color css

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

 a { background-color: rgb(115,71,33); }

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

border-color css

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

 span { border-color: rgb(115,71,33); }

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