Html Css Color HEX #754C22 Antique Brass

📋 copy color: '#754C22'

red 117 ◦ green 76 ◦ blue 34

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

Shades of Antique Brass #754C22

Tints of Antique Brass #754C22

RGB

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

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

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

R = 51.54%
G = 33.48%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#754C22 (or 0x754C22) is known color: Antique Brass. HEX triplet: 75, 4C and 22. RGB value is (117,76,34). Sum of RGB (Red+Green+Blue) = 117+76+34=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #754C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C22 is #8AB3DD. Grayscale: #535353. Windows color (decimal): -9090014 or 2247797. OLE color: 2247797.

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

Color convert

RGB 117 76 34 -
CMYK 0 0.35 0.71 0.54
HSL 30.36º 0.55% 0.3% -
HSV(B) 30.36º 0.71% 0.46% -
XYZ 10.21 9.07 2.73 -
YUV 83.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 117 76 34 0 0.35 0.71 0.54 30.36 0.55 0.3
Hex 75 4C 22 0 23 47 36 1E 37 1E
Octal 165 114 42 0 43 107 66 36 67 36
Binary 1110101 1001100 100010 0 100011 1000111 110110 11110 110111 11110

Color Harmonies of #754C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C22

Black with #754C22

Text Example


Text Example

White with #754C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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