Html Css Color HEX #754A24 Antique Brass

📋 copy color: '#754A24'

red 117 ◦ green 74 ◦ blue 36

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

Shades of Antique Brass #754A24

Tints of Antique Brass #754A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 51.54%
G = 32.6%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#754A24 (or 0x754A24) is known color: Antique Brass. HEX triplet: 75, 4A and 24. RGB value is (117,74,36). Sum of RGB (Red+Green+Blue) = 117+74+36=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #754A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A24 is #8AB5DB. Grayscale: #525252. Windows color (decimal): -9090524 or 2378357. OLE color: 2378357.

HSL color Cylindrical-coordinate representation of color #754A24: hue angle of 28.15º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754A24 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 36 -
CMYK 0 0.37 0.69 0.54
HSL 28.15º 0.53% 0.3% -
HSV(B) 28.15º 0.69% 0.46% -
XYZ 10.1 8.81 2.84 -
YUV 82.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 117 74 36 0 0.37 0.69 0.54 28.15 0.53 0.3
Hex 75 4A 24 0 25 45 36 1C 35 1E
Octal 165 112 44 0 45 105 66 34 65 36
Binary 1110101 1001010 100100 0 100101 1000101 110110 11100 110101 11110

Color Harmonies of #754A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A24

Black with #754A24

Text Example


Text Example

White with #754A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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