Html Css Color HEX #734A1D Antique Brass

📋 copy color: '#734A1D'

red 115 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #734A1D

Tints of Antique Brass #734A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 52.75%
G = 33.94%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#734A1D (or 0x734A1D) is known color: Antique Brass. HEX triplet: 73, 4A and 1D. RGB value is (115,74,29). Sum of RGB (Red+Green+Blue) = 115+74+29=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #734A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A1D is #8CB5E2. Grayscale: #515151. Windows color (decimal): -9221603 or 1919603. OLE color: 1919603.

HSL color Cylindrical-coordinate representation of color #734A1D: hue angle of 31.4º 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 #734A1D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 74 29 -
CMYK 0 0.36 0.75 0.55
HSL 31.4º 0.6% 0.28% -
HSV(B) 31.4º 0.75% 0.45% -
XYZ 9.74 8.63 2.31 -
YUV 81.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 115 74 29 0 0.36 0.75 0.55 31.4 0.6 0.28
Hex 73 4A 1D 0 24 4B 37 1F 3C 1C
Octal 163 112 35 0 44 113 67 37 74 34
Binary 1110011 1001010 11101 0 100100 1001011 110111 11111 111100 11100

Color Harmonies of #734A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A1D

Black with #734A1D

Text Example


Text Example

White with #734A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734A1D; }

 p { color: rgb(115,74,29); }

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

background-color css

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

 a { background-color: rgb(115,74,29); }

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

border-color css

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

 span { border-color: rgb(115,74,29); }

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