Html Css Color HEX #755441 Old Copper

📋 copy color: '#755441'

red 117 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #755441

Tints of Old Copper #755441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 43.98%
G = 31.58%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755441 (or 0x755441) is known color: Old Copper. HEX triplet: 75, 54 and 41. RGB value is (117,84,65). Sum of RGB (Red+Green+Blue) = 117+84+65=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755441 is #8AABBE. Grayscale: #5B5B5B. Windows color (decimal): -9087935 or 4281461. OLE color: 4281461.

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

Color convert

RGB 117 84 65 -
CMYK 0 0.28 0.44 0.54
HSL 21.92º 0.29% 0.36% -
HSV(B) 21.92º 0.44% 0.46% -
XYZ 11.46 10.5 6.42 -
YUV 91.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 117 84 65 0 0.28 0.44 0.54 21.92 0.29 0.36
Hex 75 54 41 0 1C 2C 36 16 1D 24
Octal 165 124 101 0 34 54 66 26 35 44
Binary 1110101 1010100 1000001 0 11100 101100 110110 10110 11101 100100

Color Harmonies of #755441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755441

Black with #755441

Text Example


Text Example

White with #755441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755441; }

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

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

background-color css

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

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

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

border-color css

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

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

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