Html Css Color HEX #734719 Antique Brass

📋 copy color: '#734719'

red 115 ◦ green 71 ◦ blue 25

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

Shades of Antique Brass #734719

Tints of Antique Brass #734719

RGB

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

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

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

R = 54.5%
G = 33.65%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#734719 (or 0x734719) is known color: Antique Brass. HEX triplet: 73, 47 and 19. RGB value is (115,71,25). Sum of RGB (Red+Green+Blue) = 115+71+25=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #734719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734719 is #8CB8E6. Grayscale: #4F4F4F. Windows color (decimal): -9222375 or 1656691. OLE color: 1656691.

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

Color convert

RGB 115 71 25 -
CMYK 0 0.38 0.78 0.55
HSL 30.67º 0.64% 0.27% -
HSV(B) 30.67º 0.78% 0.45% -
XYZ 9.5 8.22 2.01 -
YUV 78.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 115 71 25 0 0.38 0.78 0.55 30.67 0.64 0.27
Hex 73 47 19 0 26 4E 37 1F 40 1B
Octal 163 107 31 0 46 116 67 37 100 33
Binary 1110011 1000111 11001 0 100110 1001110 110111 11111 1000000 11011

Color Harmonies of #734719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734719

Black with #734719

Text Example


Text Example

White with #734719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734719; }

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

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

background-color css

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

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

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

border-color css

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

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

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