Html Css Color HEX #755241 Old Copper

📋 copy color: '#755241'

red 117 ◦ green 82 ◦ blue 65

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

Shades of Old Copper #755241

Tints of Old Copper #755241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 44.32%
G = 31.06%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755241 (or 0x755241) is known color: Old Copper. HEX triplet: 75, 52 and 41. RGB value is (117,82,65). Sum of RGB (Red+Green+Blue) = 117+82+65=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #755241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755241 is #8AADBE. Grayscale: #5A5A5A. Windows color (decimal): -9088447 or 4280949. OLE color: 4280949.

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

Color convert

RGB 117 82 65 -
CMYK 0 0.30 0.44 0.54
HSL 19.62º 0.29% 0.36% -
HSV(B) 19.62º 0.44% 0.46% -
XYZ 11.31 10.2 6.37 -
YUV 90.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 117 82 65 0 0.30 0.44 0.54 19.62 0.29 0.36
Hex 75 52 41 0 1E 2C 36 14 1D 24
Octal 165 122 101 0 36 54 66 24 35 44
Binary 1110101 1010010 1000001 0 11110 101100 110110 10100 11101 100100

Color Harmonies of #755241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755241

Black with #755241

Text Example


Text Example

White with #755241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755241; }

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

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

background-color css

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

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

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

border-color css

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

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

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