Html Css Color HEX #755039 Old Copper

📋 copy color: '#755039'

red 117 ◦ green 80 ◦ blue 57

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

Shades of Old Copper #755039

Tints of Old Copper #755039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 46.06%
G = 31.5%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#755039 (or 0x755039) is known color: Old Copper. HEX triplet: 75, 50 and 39. RGB value is (117,80,57). Sum of RGB (Red+Green+Blue) = 117+80+57=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755039 is #8AAFC6. Grayscale: #585858. Windows color (decimal): -9088967 or 3756149. OLE color: 3756149.

HSL color Cylindrical-coordinate representation of color #755039: hue angle of 23º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755039 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 57 -
CMYK 0 0.32 0.51 0.54
HSL 23º 0.34% 0.34% -
HSV(B) 23º 0.51% 0.46% -
XYZ 10.94 9.81 5.19 -
YUV 88.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 117 80 57 0 0.32 0.51 0.54 23 0.34 0.34
Hex 75 50 39 0 20 33 36 17 22 22
Octal 165 120 71 0 40 63 66 27 42 42
Binary 1110101 1010000 111001 0 100000 110011 110110 10111 100010 100010

Color Harmonies of #755039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755039

Black with #755039

Text Example


Text Example

White with #755039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755039; }

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

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

background-color css

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

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

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

border-color css

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

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

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