Html Css Color HEX #754A1D Antique Brass

📋 copy color: '#754A1D'

red 117 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #754A1D

Tints of Antique Brass #754A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

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

R = 53.18%
G = 33.64%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#754A1D (or 0x754A1D) is known color: Antique Brass. HEX triplet: 75, 4A and 1D. RGB value is (117,74,29). Sum of RGB (Red+Green+Blue) = 117+74+29=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A1D is #8AB5E2. Grayscale: #515151. Windows color (decimal): -9090531 or 1919605. OLE color: 1919605.

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

Color convert

RGB 117 74 29 -
CMYK 0 0.37 0.75 0.54
HSL 30.68º 0.6% 0.29% -
HSV(B) 30.68º 0.75% 0.46% -
XYZ 10.01 8.77 2.33 -
YUV 81.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 117 74 29 0 0.37 0.75 0.54 30.68 0.6 0.29
Hex 75 4A 1D 0 25 4B 36 1F 3C 1D
Octal 165 112 35 0 45 113 66 37 74 35
Binary 1110101 1001010 11101 0 100101 1001011 110110 11111 111100 11101

Color Harmonies of #754A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A1D

Black with #754A1D

Text Example


Text Example

White with #754A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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