Html Css Color HEX #755541 Old Copper

📋 copy color: '#755541'

red 117 ◦ green 85 ◦ blue 65

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

Shades of Old Copper #755541

Tints of Old Copper #755541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 43.82%
G = 31.84%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755541 (or 0x755541) is known color: Old Copper. HEX triplet: 75, 55 and 41. RGB value is (117,85,65). Sum of RGB (Red+Green+Blue) = 117+85+65=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755541 is #8AAABE. Grayscale: #5C5C5C. Windows color (decimal): -9087679 or 4281717. OLE color: 4281717.

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

Color convert

RGB 117 85 65 -
CMYK 0 0.27 0.44 0.54
HSL 23.08º 0.29% 0.36% -
HSV(B) 23.08º 0.44% 0.46% -
XYZ 11.54 10.66 6.45 -
YUV 92.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 117 85 65 0 0.27 0.44 0.54 23.08 0.29 0.36
Hex 75 55 41 0 1B 2C 36 17 1D 24
Octal 165 125 101 0 33 54 66 27 35 44
Binary 1110101 1010101 1000001 0 11011 101100 110110 10111 11101 100100

Color Harmonies of #755541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755541

Black with #755541

Text Example


Text Example

White with #755541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755541; }

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

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

background-color css

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

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

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

border-color css

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

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

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