Html Css Color HEX #755120 Antique Brass

📋 copy color: '#755120'

red 117 ◦ green 81 ◦ blue 32

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

Shades of Antique Brass #755120

Tints of Antique Brass #755120

RGB

 RED value IS 117 (46.09% from 255) = 50.87%

 GREEN value IS 81 (32.03% from 255) = 35.22%

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

R = 50.87%
G = 35.22%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#755120 (or 0x755120) is known color: Antique Brass. HEX triplet: 75, 51 and 20. RGB value is (117,81,32). Sum of RGB (Red+Green+Blue) = 117+81+32=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #755120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755120 is #8AAEDF. Grayscale: #565656. Windows color (decimal): -9088736 or 2118005. OLE color: 2118005.

HSL color Cylindrical-coordinate representation of color #755120: hue angle of 34.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755120 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 32 -
CMYK 0 0.31 0.73 0.54
HSL 34.59º 0.57% 0.29% -
HSV(B) 34.59º 0.73% 0.46% -
XYZ 10.54 9.77 2.7 -
YUV 86.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 117 81 32 0 0.31 0.73 0.54 34.59 0.57 0.29
Hex 75 51 20 0 1F 49 36 23 39 1D
Octal 165 121 40 0 37 111 66 43 71 35
Binary 1110101 1010001 100000 0 11111 1001001 110110 100011 111001 11101

Color Harmonies of #755120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755120

Black with #755120

Text Example


Text Example

White with #755120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755120; }

 p { color: rgb(117,81,32); }

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

background-color css

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

 a { background-color: rgb(117,81,32); }

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

border-color css

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

 span { border-color: rgb(117,81,32); }

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