Html Css Color HEX #745121 Antique Brass

📋 copy color: '#745121'

red 116 ◦ green 81 ◦ blue 33

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

Shades of Antique Brass #745121

Tints of Antique Brass #745121

RGB

 RED value IS 116 (45.7% from 255) = 50.43%

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

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

R = 50.43%
G = 35.22%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#745121 (or 0x745121) is known color: Antique Brass. HEX triplet: 74, 51 and 21. RGB value is (116,81,33). Sum of RGB (Red+Green+Blue) = 116+81+33=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745121 is #8BAEDE. Grayscale: #565656. Windows color (decimal): -9154271 or 2183540. OLE color: 2183540.

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

Color convert

RGB 116 81 33 -
CMYK 0 0.30 0.72 0.55
HSL 34.7º 0.56% 0.29% -
HSV(B) 34.7º 0.72% 0.45% -
XYZ 10.42 9.71 2.76 -
YUV 85.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 116 81 33 0 0.30 0.72 0.55 34.7 0.56 0.29
Hex 74 51 21 0 1E 48 37 23 38 1D
Octal 164 121 41 0 36 110 67 43 70 35
Binary 1110100 1010001 100001 0 11110 1001000 110111 100011 111000 11101

Color Harmonies of #745121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745121

Black with #745121

Text Example


Text Example

White with #745121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745121; }

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

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

background-color css

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

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

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

border-color css

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

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

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