Html Css Color HEX #754C1D Antique Brass

📋 copy color: '#754C1D'

red 117 ◦ green 76 ◦ blue 29

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

Shades of Antique Brass #754C1D

Tints of Antique Brass #754C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 52.7%
G = 34.23%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#754C1D (or 0x754C1D) is known color: Antique Brass. HEX triplet: 75, 4C and 1D. RGB value is (117,76,29). Sum of RGB (Red+Green+Blue) = 117+76+29=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #754C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C1D is #8AB3E2. Grayscale: #535353. Windows color (decimal): -9090019 or 1920117. OLE color: 1920117.

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

Color convert

RGB 117 76 29 -
CMYK 0 0.35 0.75 0.54
HSL 32.05º 0.6% 0.29% -
HSV(B) 32.05º 0.75% 0.46% -
XYZ 10.14 9.04 2.37 -
YUV 82.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 117 76 29 0 0.35 0.75 0.54 32.05 0.6 0.29
Hex 75 4C 1D 0 23 4B 36 20 3C 1D
Octal 165 114 35 0 43 113 66 40 74 35
Binary 1110101 1001100 11101 0 100011 1001011 110110 100000 111100 11101

Color Harmonies of #754C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C1D

Black with #754C1D

Text Example


Text Example

White with #754C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,29); }

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

background-color css

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

 a { background-color: rgb(117,76,29); }

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

border-color css

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

 span { border-color: rgb(117,76,29); }

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