Html Css Color HEX #754F22 Antique Brass

📋 copy color: '#754F22'

red 117 ◦ green 79 ◦ blue 34

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

Shades of Antique Brass #754F22

Tints of Antique Brass #754F22

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.35%

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

R = 50.87%
G = 34.35%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#754F22 (or 0x754F22) is known color: Antique Brass. HEX triplet: 75, 4F and 22. RGB value is (117,79,34). Sum of RGB (Red+Green+Blue) = 117+79+34=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F22 is #8AB0DD. Grayscale: #555555. Windows color (decimal): -9089246 or 2248565. OLE color: 2248565.

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

Color convert

RGB 117 79 34 -
CMYK 0 0.32 0.71 0.54
HSL 32.53º 0.55% 0.3% -
HSV(B) 32.53º 0.71% 0.46% -
XYZ 10.42 9.49 2.8 -
YUV 85.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 117 79 34 0 0.32 0.71 0.54 32.53 0.55 0.3
Hex 75 4F 22 0 20 47 36 21 37 1E
Octal 165 117 42 0 40 107 66 41 67 36
Binary 1110101 1001111 100010 0 100000 1000111 110110 100001 110111 11110

Color Harmonies of #754F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F22

Black with #754F22

Text Example


Text Example

White with #754F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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