Html Css Color HEX #754F20 Antique Brass

📋 copy color: '#754F20'

red 117 ◦ green 79 ◦ blue 32

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

Shades of Antique Brass #754F20

Tints of Antique Brass #754F20

RGB

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

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

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

R = 51.32%
G = 34.65%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#754F20 (or 0x754F20) is known color: Antique Brass. HEX triplet: 75, 4F and 20. RGB value is (117,79,32). Sum of RGB (Red+Green+Blue) = 117+79+32=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #754F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F20 is #8AB0DF. Grayscale: #555555. Windows color (decimal): -9089248 or 2117493. OLE color: 2117493.

HSL color Cylindrical-coordinate representation of color #754F20: hue angle of 33.18º 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 #754F20 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 32 -
CMYK 0 0.32 0.73 0.54
HSL 33.18º 0.57% 0.29% -
HSV(B) 33.18º 0.73% 0.46% -
XYZ 10.39 9.48 2.65 -
YUV 85 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 117 79 32 0 0.32 0.73 0.54 33.18 0.57 0.29
Hex 75 4F 20 0 20 49 36 21 39 1D
Octal 165 117 40 0 40 111 66 41 71 35
Binary 1110101 1001111 100000 0 100000 1001001 110110 100001 111001 11101

Color Harmonies of #754F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F20

Black with #754F20

Text Example


Text Example

White with #754F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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