Html Css Color HEX #754E22 Antique Brass

📋 copy color: '#754E22'

red 117 ◦ green 78 ◦ blue 34

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

Shades of Antique Brass #754E22

Tints of Antique Brass #754E22

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

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

R = 51.09%
G = 34.06%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#754E22 (or 0x754E22) is known color: Antique Brass. HEX triplet: 75, 4E and 22. RGB value is (117,78,34). Sum of RGB (Red+Green+Blue) = 117+78+34=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #754E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E22 is #8AB1DD. Grayscale: #545454. Windows color (decimal): -9089502 or 2248309. OLE color: 2248309.

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

Color convert

RGB 117 78 34 -
CMYK 0 0.33 0.71 0.54
HSL 31.81º 0.55% 0.3% -
HSV(B) 31.81º 0.71% 0.46% -
XYZ 10.35 9.35 2.77 -
YUV 84.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 117 78 34 0 0.33 0.71 0.54 31.81 0.55 0.3
Hex 75 4E 22 0 21 47 36 20 37 1E
Octal 165 116 42 0 41 107 66 40 67 36
Binary 1110101 1001110 100010 0 100001 1000111 110110 100000 110111 11110

Color Harmonies of #754E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E22

Black with #754E22

Text Example


Text Example

White with #754E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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