Html Css Color HEX #734F20 Antique Brass

📋 copy color: '#734F20'

red 115 ◦ green 79 ◦ blue 32

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

Shades of Antique Brass #734F20

Tints of Antique Brass #734F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 50.88%
G = 34.96%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#734F20 (or 0x734F20) is known color: Antique Brass. HEX triplet: 73, 4F and 20. RGB value is (115,79,32). Sum of RGB (Red+Green+Blue) = 115+79+32=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #734F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F20 is #8CB0DF. Grayscale: #545454. Windows color (decimal): -9220320 or 2117491. OLE color: 2117491.

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

Color convert

RGB 115 79 32 -
CMYK 0 0.31 0.72 0.55
HSL 33.98º 0.56% 0.29% -
HSV(B) 33.98º 0.72% 0.45% -
XYZ 10.13 9.34 2.64 -
YUV 84.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 115 79 32 0 0.31 0.72 0.55 33.98 0.56 0.29
Hex 73 4F 20 0 1F 48 37 22 38 1D
Octal 163 117 40 0 37 110 67 42 70 35
Binary 1110011 1001111 100000 0 11111 1001000 110111 100010 111000 11101

Color Harmonies of #734F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734F20

Black with #734F20

Text Example


Text Example

White with #734F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,79,32); }

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

background-color css

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

 a { background-color: rgb(115,79,32); }

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

border-color css

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

 span { border-color: rgb(115,79,32); }

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