Html Css Color HEX #755121 Antique Brass

📋 copy color: '#755121'

red 117 ◦ green 81 ◦ blue 33

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

Shades of Antique Brass #755121

Tints of Antique Brass #755121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 50.65%
G = 35.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#755121 (or 0x755121) is known color: Antique Brass. HEX triplet: 75, 51 and 21. RGB value is (117,81,33). Sum of RGB (Red+Green+Blue) = 117+81+33=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755121 is #8AAEDE. Grayscale: #565656. Windows color (decimal): -9088735 or 2183541. OLE color: 2183541.

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

Color convert

RGB 117 81 33 -
CMYK 0 0.31 0.72 0.54
HSL 34.29º 0.56% 0.29% -
HSV(B) 34.29º 0.72% 0.46% -
XYZ 10.55 9.78 2.77 -
YUV 86.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 117 81 33 0 0.31 0.72 0.54 34.29 0.56 0.29
Hex 75 51 21 0 1F 48 36 22 38 1D
Octal 165 121 41 0 37 110 66 42 70 35
Binary 1110101 1010001 100001 0 11111 1001000 110110 100010 111000 11101

Color Harmonies of #755121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755121

Black with #755121

Text Example


Text Example

White with #755121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755121; }

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

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

background-color css

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

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

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

border-color css

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

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

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