Html Css Color HEX #754A1E Antique Brass

📋 copy color: '#754A1E'

red 117 ◦ green 74 ◦ blue 30

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

Shades of Antique Brass #754A1E

Tints of Antique Brass #754A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 52.94%
G = 33.48%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#754A1E (or 0x754A1E) is known color: Antique Brass. HEX triplet: 75, 4A and 1E. RGB value is (117,74,30). Sum of RGB (Red+Green+Blue) = 117+74+30=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #754A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A1E is #8AB5E1. Grayscale: #525252. Windows color (decimal): -9090530 or 1985141. OLE color: 1985141.

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

Color convert

RGB 117 74 30 -
CMYK 0 0.37 0.74 0.54
HSL 30.34º 0.59% 0.29% -
HSV(B) 30.34º 0.74% 0.46% -
XYZ 10.02 8.77 2.39 -
YUV 81.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 117 74 30 0 0.37 0.74 0.54 30.34 0.59 0.29
Hex 75 4A 1E 0 25 4A 36 1E 3B 1D
Octal 165 112 36 0 45 112 66 36 73 35
Binary 1110101 1001010 11110 0 100101 1001010 110110 11110 111011 11101

Color Harmonies of #754A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A1E

Black with #754A1E

Text Example


Text Example

White with #754A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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