Html Css Color HEX #754D1F Antique Brass

📋 copy color: '#754D1F'

red 117 ◦ green 77 ◦ blue 31

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

Shades of Antique Brass #754D1F

Tints of Antique Brass #754D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.22%

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 52%
G = 34.22%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#754D1F (or 0x754D1F) is known color: Antique Brass. HEX triplet: 75, 4D and 1F. RGB value is (117,77,31). Sum of RGB (Red+Green+Blue) = 117+77+31=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #754D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D1F is #8AB2E0. Grayscale: #535353. Windows color (decimal): -9089761 or 2051445. OLE color: 2051445.

HSL color Cylindrical-coordinate representation of color #754D1F: hue angle of 32.09º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #754D1F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 31 -
CMYK 0 0.34 0.74 0.54
HSL 32.09º 0.58% 0.29% -
HSV(B) 32.09º 0.74% 0.46% -
XYZ 10.24 9.19 2.53 -
YUV 83.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 117 77 31 0 0.34 0.74 0.54 32.09 0.58 0.29
Hex 75 4D 1F 0 22 4A 36 20 3A 1D
Octal 165 115 37 0 42 112 66 40 72 35
Binary 1110101 1001101 11111 0 100010 1001010 110110 100000 111010 11101

Color Harmonies of #754D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D1F

Black with #754D1F

Text Example


Text Example

White with #754D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,77,31); }

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

background-color css

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

 a { background-color: rgb(117,77,31); }

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

border-color css

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

 span { border-color: rgb(117,77,31); }

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