Html Css Color HEX #754922 Antique Brass

📋 copy color: '#754922'

red 117 ◦ green 73 ◦ blue 34

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

Shades of Antique Brass #754922

Tints of Antique Brass #754922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 34 (13.67% from 255) = 15.18%

R = 52.23%
G = 32.59%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#754922 (or 0x754922) is known color: Antique Brass. HEX triplet: 75, 49 and 22. RGB value is (117,73,34). Sum of RGB (Red+Green+Blue) = 117+73+34=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #754922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754922 is #8AB6DD. Grayscale: #515151. Windows color (decimal): -9090782 or 2247029. OLE color: 2247029.

HSL color Cylindrical-coordinate representation of color #754922: hue angle of 28.19º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #754922 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 34 -
CMYK 0 0.38 0.71 0.54
HSL 28.19º 0.55% 0.3% -
HSV(B) 28.19º 0.71% 0.46% -
XYZ 10.01 8.66 2.66 -
YUV 81.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 117 73 34 0 0.38 0.71 0.54 28.19 0.55 0.3
Hex 75 49 22 0 26 47 36 1C 37 1E
Octal 165 111 42 0 46 107 66 34 67 36
Binary 1110101 1001001 100010 0 100110 1000111 110110 11100 110111 11110

Color Harmonies of #754922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754922

Black with #754922

Text Example


Text Example

White with #754922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754922; }

 p { color: rgb(117,73,34); }

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

background-color css

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

 a { background-color: rgb(117,73,34); }

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

border-color css

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

 span { border-color: rgb(117,73,34); }

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