Html Css Color HEX #755022 Antique Brass

📋 copy color: '#755022'

red 117 ◦ green 80 ◦ blue 34

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

Shades of Antique Brass #755022

Tints of Antique Brass #755022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 50.65%
G = 34.63%
B = 14.72%

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

#755022 (or 0x755022) is known color: Antique Brass. HEX triplet: 75, 50 and 22. RGB value is (117,80,34). Sum of RGB (Red+Green+Blue) = 117+80+34=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755022 is #8AAFDD. Grayscale: #565656. Windows color (decimal): -9088990 or 2248821. OLE color: 2248821.

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

Color convert

RGB 117 80 34 -
CMYK 0 0.32 0.71 0.54
HSL 33.25º 0.55% 0.3% -
HSV(B) 33.25º 0.71% 0.46% -
XYZ 10.49 9.63 2.82 -
YUV 85.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 117 80 34 0 0.32 0.71 0.54 33.25 0.55 0.3
Hex 75 50 22 0 20 47 36 21 37 1E
Octal 165 120 42 0 40 107 66 41 67 36
Binary 1110101 1010000 100010 0 100000 1000111 110110 100001 110111 11110

Color Harmonies of #755022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755022

Black with #755022

Text Example


Text Example

White with #755022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755022; }

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

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

background-color css

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

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

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

border-color css

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

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

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