Html Css Color HEX #754F1F Antique Brass

📋 copy color: '#754F1F'

red 117 ◦ green 79 ◦ blue 31

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

Shades of Antique Brass #754F1F

Tints of Antique Brass #754F1F

RGB

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

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

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

R = 51.54%
G = 34.8%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#754F1F (or 0x754F1F) is known color: Antique Brass. HEX triplet: 75, 4F and 1F. RGB value is (117,79,31). Sum of RGB (Red+Green+Blue) = 117+79+31=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #754F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F1F is #8AB0E0. Grayscale: #555555. Windows color (decimal): -9089249 or 2051957. OLE color: 2051957.

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

Color convert

RGB 117 79 31 -
CMYK 0 0.32 0.74 0.54
HSL 33.49º 0.58% 0.29% -
HSV(B) 33.49º 0.74% 0.46% -
XYZ 10.38 9.47 2.58 -
YUV 84.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 117 79 31 0 0.32 0.74 0.54 33.49 0.58 0.29
Hex 75 4F 1F 0 20 4A 36 21 3A 1D
Octal 165 117 37 0 40 112 66 41 72 35
Binary 1110101 1001111 11111 0 100000 1001010 110110 100001 111010 11101

Color Harmonies of #754F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F1F

Black with #754F1F

Text Example


Text Example

White with #754F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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