Html Css Color HEX #755545 Old Copper

📋 copy color: '#755545'

red 117 ◦ green 85 ◦ blue 69

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

Shades of Old Copper #755545

Tints of Old Copper #755545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 43.17%
G = 31.37%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755545 (or 0x755545) is known color: Old Copper. HEX triplet: 75, 55 and 45. RGB value is (117,85,69). Sum of RGB (Red+Green+Blue) = 117+85+69=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755545 is #8AAABA. Grayscale: #5C5C5C. Windows color (decimal): -9087675 or 4543861. OLE color: 4543861.

HSL color Cylindrical-coordinate representation of color #755545: hue angle of 20º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755545 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 69 -
CMYK 0 0.27 0.41 0.54
HSL 20º 0.26% 0.36% -
HSV(B) 20º 0.41% 0.46% -
XYZ 11.66 10.71 7.08 -
YUV 92.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 117 85 69 0 0.27 0.41 0.54 20 0.26 0.36
Hex 75 55 45 0 1B 29 36 14 1A 24
Octal 165 125 105 0 33 51 66 24 32 44
Binary 1110101 1010101 1000101 0 11011 101001 110110 10100 11010 100100

Color Harmonies of #755545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755545

Black with #755545

Text Example


Text Example

White with #755545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755545; }

 p { color: rgb(117,85,69); }

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

background-color css

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

 a { background-color: rgb(117,85,69); }

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

border-color css

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

 span { border-color: rgb(117,85,69); }

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