Html Css Color HEX #734219 Antique Brass

📋 copy color: '#734219'

red 115 ◦ green 66 ◦ blue 25

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

Shades of Antique Brass #734219

Tints of Antique Brass #734219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 25 (10.16% from 255) = 12.14%

R = 55.83%
G = 32.04%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#734219 (or 0x734219) is known color: Antique Brass. HEX triplet: 73, 42 and 19. RGB value is (115,66,25). Sum of RGB (Red+Green+Blue) = 115+66+25=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #734219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734219 is #8CBDE6. Grayscale: #4C4C4C. Windows color (decimal): -9223655 or 1655411. OLE color: 1655411.

HSL color Cylindrical-coordinate representation of color #734219: hue angle of 27.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #734219 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 25 -
CMYK 0 0.43 0.78 0.55
HSL 27.33º 0.64% 0.27% -
HSV(B) 27.33º 0.78% 0.45% -
XYZ 9.19 7.61 1.9 -
YUV 75.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 115 66 25 0 0.43 0.78 0.55 27.33 0.64 0.27
Hex 73 42 19 0 2B 4E 37 1B 40 1B
Octal 163 102 31 0 53 116 67 33 100 33
Binary 1110011 1000010 11001 0 101011 1001110 110111 11011 1000000 11011

Color Harmonies of #734219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734219

Black with #734219

Text Example


Text Example

White with #734219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734219; }

 p { color: rgb(115,66,25); }

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

background-color css

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

 a { background-color: rgb(115,66,25); }

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

border-color css

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

 span { border-color: rgb(115,66,25); }

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